mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -3,30 +3,30 @@ id: automation_great_room_tv_paused
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: media_player.downstairs_roku
|
||||
from: 'playing'
|
||||
to: 'idle'
|
||||
from: "playing"
|
||||
to: "idle"
|
||||
- platform: state
|
||||
entity_id: media_player.downstairs_roku
|
||||
from: 'playing'
|
||||
to: 'home'
|
||||
from: "playing"
|
||||
to: "home"
|
||||
- platform: state
|
||||
entity_id: media_player.downstairs_roku
|
||||
from: 'paused'
|
||||
to: 'idle'
|
||||
from: "paused"
|
||||
to: "idle"
|
||||
- platform: state
|
||||
entity_id: media_player.downstairs_roku
|
||||
from: 'paused'
|
||||
to: 'home'
|
||||
from: "paused"
|
||||
to: "home"
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.lighting_automations
|
||||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: input_boolean.great_room_light_cycle
|
||||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: input_boolean.lighting_automations
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: input_boolean.great_room_light_cycle
|
||||
state: "on"
|
||||
action:
|
||||
- service: input_number.set_value
|
||||
- action: input_number.set_value
|
||||
data:
|
||||
value: 30
|
||||
target:
|
||||
|
||||
Reference in New Issue
Block a user