Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Created June 23, 2020 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bessarabov/61a08884ea5f42d9cd6132876ee2835b to your computer and use it in GitHub Desktop.
Save bessarabov/61a08884ea5f42d9cd6132876ee2835b to your computer and use it in GitHub Desktop.
default_config:
homeassistant:
packages: !include_dir_named packages/
sensor:
- platform: template
sensors:
solar_angle_degrees:
value_template: "{{ state_attr('sun.sun', 'elevation') }}"
unit_of_measurement: 'degrees'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment