Fixed Breaking Change in 0.90 for TPLINK #509

This commit is contained in:
ccostan
2019-03-20 18:03:58 -04:00
parent 85c506d159
commit 7cf4a97e8b
13 changed files with 13 additions and 35 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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