Rename bathroom speeker
This commit is contained in:
parent
29b98dd88b
commit
5afc10adb6
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
subtype: turn_on
|
subtype: turn_on
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: media_player.bathroom_speaker
|
entity_id: media_player.bathroom
|
||||||
state: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: media_player.play_media
|
- service: media_player.play_media
|
||||||
|
@ -46,4 +46,4 @@
|
||||||
state: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: media_player.media_pause
|
- service: media_player.media_pause
|
||||||
entity_id: media_player.bathroom_speaker
|
entity_id: media_player.bathroom
|
||||||
|
|
|
@ -76,7 +76,7 @@ bathroom_lights_off:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.bathroom_color_zha_group_0x0007
|
entity_id: light.bathroom_color_zha_group_0x0007
|
||||||
- service: media_player.media_pause
|
- service: media_player.media_pause
|
||||||
entity_id: media_player.bathroom_speaker
|
entity_id: media_player.bathroom
|
||||||
|
|
||||||
bathroom_mirror_lights_toggle:
|
bathroom_mirror_lights_toggle:
|
||||||
alias: '[Bathroom] Mirror lights toggle'
|
alias: '[Bathroom] Mirror lights toggle'
|
||||||
|
|
Loading…
Reference in a new issue