mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 20:16:52 +00:00
Fixed Breaking Change in 0.90 for TPLINK #509
This commit is contained in:
@@ -35,7 +35,7 @@ amp_settings:
|
||||
{{volume_level}}
|
||||
|
||||
- condition: state
|
||||
entity_id: switch.living_room_amp
|
||||
entity_id: switch.lr_amp
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: group.bed
|
||||
@@ -43,4 +43,4 @@ amp_settings:
|
||||
|
||||
- service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.living_room_amp
|
||||
entity_id: switch.lr_amp
|
||||
|
@@ -23,7 +23,7 @@ dog_bark:
|
||||
entity_id: input_boolean.speech_notifications
|
||||
state: 'on'
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.living_room_amp
|
||||
entity_id: switch.lr_amp
|
||||
|
||||
- service: media_player.turn_on
|
||||
entity_id: media_player.livingroomCC
|
||||
|
@@ -43,7 +43,7 @@ speech_processing:
|
||||
state: 'on'
|
||||
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.living_room_amp
|
||||
entity_id: switch.lr_amp
|
||||
|
||||
- service: media_player.volume_set
|
||||
data_template:
|
||||
|
@@ -10,4 +10,4 @@ switch_turn_off_all:
|
||||
- service: switch.turn_off
|
||||
entity_id: group.interior_switches
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.living_room_amp
|
||||
entity_id: switch.lr_amp
|
||||
|
Reference in New Issue
Block a user