Switch from FireTV to Chromecast in master bedroom, close #181

This commit is contained in:
2023-12-02 11:35:33 -05:00
parent 92bcf7e5e8
commit d9dc03f9e5
5 changed files with 11 additions and 8 deletions

View File

@ -18,8 +18,8 @@
- name: 'Master Bedroom TV Current App'
unique_id: 4bf4bef3-fc81-4259-a75c-6693ceba0926
state: >-
{% if is_state('media_player.master_bedroom_firetv','off') %}
{% if is_state('media_player.master_bedroom_chromecast','off') %}
Off
{% else %}
{{ state_attr('media_player.master_bedroom_firetv','app_name') }}
{{ state_attr('media_player.master_bedroom_chromecast','app_name') }}
{% endif %}