mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
blue_room to boys_room
This commit is contained in:
@@ -13,23 +13,23 @@ trigger:
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.master_bedroom_asleep
|
||||
state: 'on'
|
||||
state: "on"
|
||||
|
||||
action:
|
||||
#- service: input_select.select_option
|
||||
#- action: input_select.select_option
|
||||
# data:
|
||||
# entity_id: input_select.master_bedroom_mode
|
||||
# option: 'Off'
|
||||
- service: input_select.select_option
|
||||
- action: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.google_home
|
||||
option: 'Master Bedroom'
|
||||
- service: input_select.select_option
|
||||
option: "Master Bedroom"
|
||||
- action: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.ambient_sound
|
||||
option: 'Thunderstorm'
|
||||
- service: input_number.set_value
|
||||
option: "Thunderstorm"
|
||||
- action: input_number.set_value
|
||||
data:
|
||||
entity_id: input_number.volume_ambientsounds
|
||||
value: '0.3'
|
||||
- service: script.ambientsounds
|
||||
value: "0.3"
|
||||
- action: script.ambientsounds
|
||||
|
||||
Reference in New Issue
Block a user