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:
iliketoprogram14 2018-01-16 00:12:04 -08:00 committed by Fabian Affolter
parent aa24838365
commit 15f53cddd4

View File

@ -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 }}"