Skip to content

Commit

Permalink
Update to 2024.9.2
Browse files Browse the repository at this point in the history
- alarm_camera_monitors bugfix
- media player cards bugfixes
  • Loading branch information
jazzyisj committed Sep 18, 2024
1 parent 7d596bf commit 8a6169c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions automations/alarm/alarm_camera_monitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@
entity_id: media_player.bedroom_tv
continue_on_error: true

- sequence: #TODO if actually evals to true, not working in sequence?
- if: "{{ state_attr('media_player.office_tv', 'source') == 'Camera' }} }}"
- sequence:
- if: "{{ state_attr('media_player.office_tv', 'source') == 'Camera' }}"
then:
- action: media_player.volume_mute
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ states:
name: &name "HASS Player"
icon: &icon mdi:tablet
group: &group true
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_hide_config.yaml
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_no_power_hide_config.yaml
artwork: &artwork_off material
source: &source_off icon
sound_mode: &sound_mode full
Expand All @@ -23,15 +23,15 @@ states:
toggle_power: &toggle false
min_volume: &min_vol 0
max_volume: &max_vol 100
idle_view: &idle when_idle
idle_view: &idle when_standby

mass_on:
type: *type
entity: *mass_entity
name: *name
icon: *icon
group: *group
hide: !include &hide_on /config/ui/card/media/media_player/media_players/include/mini_player_on_hide_config.yaml
hide: !include &hide_on /config/ui/card/media/media_player/media_players/include/mini_player_on_no_power_hide_config.yaml
artwork: &artwork_on material
source: &source_on icon
sound_mode: *sound_mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ states:
name: &name "HASS Player"
icon: &icon mdi:tablet
group: &group true
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_hide_config.yaml
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_no_power_hide_config.yaml
artwork: &artwork_off material
source: &source_off icon
sound_mode: &sound_mode full
Expand All @@ -31,7 +31,7 @@ states:
name: *name
icon: *icon
group: *group
hide: !include &hide_on /config/ui/card/media/media_player/media_players/include/mini_player_on_hide_config.yaml
hide: !include &hide_on /config/ui/card/media/media_player/media_players/include/mini_player_on_no_power_hide_config.yaml
artwork: &artwork_on full-cover
source: &source_on full
sound_mode: *sound_mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ states:
name: &name "Kiosk Tablet"
icon: &icon mdi:tablet
group: &group true
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_hide_config.yaml
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_no_power_hide_config.yaml
artwork: &artwork_off material
source: &source_off icon
sound_mode: &sound_mode full
Expand All @@ -23,15 +23,15 @@ states:
toggle_power: &toggle false
min_volume: &min_vol 0
max_volume: &max_vol 100
idle_view: &idle when_idle #TODO
idle_view: &idle when_idle

mass_on:
type: *type
entity: *mass_entity
name: *name
icon: *icon
group: *group
hide: !include &hide_on /config/ui/card/media/media_player/media_players/include/mini_player_on_hide_config.yaml
hide: !include &hide_on /config/ui/card/media/media_player/media_players/include/mini_player_on_no_power_hide_config.yaml
artwork: &artwork_on material
source: &source_on icon
sound_mode: *sound_mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ states:
name: &name "Kiosk Tablet"
icon: &icon mdi:tablet
group: &group true
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_hide_config.yaml
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_no_power_hide_config.yaml
artwork: &artwork_off material
source: &source_off icon
sound_mode: &sound_mode full
Expand All @@ -31,7 +31,7 @@ states:
name: *name
icon: *icon
group: *group
hide: !include &hide_on /config/ui/card/media/media_player/media_players/include/mini_player_on_hide_config.yaml
hide: !include &hide_on /config/ui/card/media/media_player/media_players/include/mini_player_on_no_power_hide_config.yaml
artwork: &artwork_on full-cover
source: &source_on full
sound_mode: *sound_mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ states:
name: &name "Office TV"
icon: &icon mdi:tablet
group: &group true
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_hide_config.yaml
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_no_volume_hide_config.yaml
artwork: &artwork_off material
source: &source_off icon
sound_mode: &sound_mode full
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ states:
name: &name "Office TV"
icon: &icon mdi:tablet
group: &group true
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_hide_config.yaml
hide: !include &hide_off /config/ui/card/media/media_player/media_players/include/mini_player_off_no_volume_hide_config.yaml
artwork: &artwork_off material
source: &source_off icon
sound_mode: &sound_mode full
Expand Down

0 comments on commit 8a6169c

Please sign in to comment.