Updated sensor.template example (#4428)
Removed entity_id from sensor.template example, entity_id was deprecated for template platforms with release 0.61 (issue #11123).
This commit is contained in:
parent
aa24838365
commit
15f53cddd4
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ sensor:
|
|||
sensors:
|
||||
solar_angle:
|
||||
friendly_name: "Sun angle"
|
||||
entity_id: sun.sun
|
||||
unit_of_measurement: 'degrees'
|
||||
value_template: "{{ states.sun.sun.attributes.elevation }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue