fejl i log

This commit is contained in:
2026-03-15 18:50:17 +01:00
parent 7ee779cfe4
commit 0cdfc2b1ee
+1 -1
View File
@@ -1,5 +1,5 @@
- platform: template - platform: template
sensors: sensors:
living_room_tv_source: living_room_tv_source:
value_template: '{{ states.media_player.stue_2.attributes["source"] }}' value_template: '{{ state_attr('media_player.stue_2','source') | default('unknown') }}'
friendly_name: 'Living Room TV Source' friendly_name: 'Living Room TV Source'