Got bored and added icons to a bunch of stuff...lol

This commit is contained in:
2022-06-02 03:44:42 -04:00
parent 4c6dd4092f
commit 6e9e33a5a7
10 changed files with 60 additions and 3 deletions

View File

@ -20,6 +20,7 @@
sensors:
basement_tv_current_app:
friendly_name: 'Basement TV Current App'
icon: mdi:television-play
value_template: >-
{% if is_state('media_player.basement_tv','off') %}
Off
@ -28,6 +29,7 @@
{% endif %}
living_room_tv_current_app:
friendly_name: 'Living Room TV Current App'
icon: mdi:television-play
value_template: >-
{% if is_state('media_player.living_room_tv','off') %}
Off
@ -36,6 +38,7 @@
{% endif %}
master_bedroom_tv_current_app:
friendly_name: 'Master Bedroom TV Current App'
icon: mdi:television-play
value_template: >-
{% if is_state('media_player.master_bedroom_firetv','off') %}
Off