Fixed triggers and removed delays on white noise volume handler
This commit is contained in:
@ -609,13 +609,8 @@
|
|||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: trigger
|
- condition: trigger
|
||||||
id: emma
|
id: emma-on
|
||||||
sequence:
|
sequence:
|
||||||
- delay:
|
|
||||||
hours: 0
|
|
||||||
minutes: 0
|
|
||||||
seconds: 5
|
|
||||||
milliseconds: 0
|
|
||||||
- service: media_player.volume_set
|
- service: media_player.volume_set
|
||||||
data:
|
data:
|
||||||
volume_level: '{{ states(''input_number.emma_bedroom_google_speaker_night_volume'')
|
volume_level: '{{ states(''input_number.emma_bedroom_google_speaker_night_volume'')
|
||||||
@ -624,13 +619,8 @@
|
|||||||
entity_id: media_player.emma_bedroom_speaker
|
entity_id: media_player.emma_bedroom_speaker
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: trigger
|
- condition: trigger
|
||||||
id: basement
|
id: basement-on
|
||||||
sequence:
|
sequence:
|
||||||
- delay:
|
|
||||||
hours: 0
|
|
||||||
minutes: 0
|
|
||||||
seconds: 5
|
|
||||||
milliseconds: 0
|
|
||||||
- service: media_player.volume_set
|
- service: media_player.volume_set
|
||||||
data:
|
data:
|
||||||
volume_level: '{{ states(''input_number.basement_google_speaker_night_volume'')
|
volume_level: '{{ states(''input_number.basement_google_speaker_night_volume'')
|
||||||
@ -639,13 +629,8 @@
|
|||||||
entity_id: media_player.basement_google_speaker
|
entity_id: media_player.basement_google_speaker
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: trigger
|
- condition: trigger
|
||||||
id: kallen
|
id: kallen-on
|
||||||
sequence:
|
sequence:
|
||||||
- delay:
|
|
||||||
hours: 0
|
|
||||||
minutes: 0
|
|
||||||
seconds: 5
|
|
||||||
milliseconds: 0
|
|
||||||
- service: media_player.volume_set
|
- service: media_player.volume_set
|
||||||
data:
|
data:
|
||||||
volume_level: '{{ states(''input_number.kallen_bedroom_google_speaker_night_volume'')
|
volume_level: '{{ states(''input_number.kallen_bedroom_google_speaker_night_volume'')
|
||||||
|
Reference in New Issue
Block a user