mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 19:26:57 +00:00
Closes #115 - stopped leveraging the Motion script and hard coded the Full Brightness scene instead.
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
state: 'open'
|
state: 'open'
|
||||||
for: '00:01:30'
|
for: '00:01:30'
|
||||||
|
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
condition: and
|
condition: and
|
||||||
conditions:
|
conditions:
|
||||||
@@ -28,6 +27,8 @@
|
|||||||
before: '02:00:00'
|
before: '02:00:00'
|
||||||
|
|
||||||
action:
|
action:
|
||||||
|
- service: scene.turn_on
|
||||||
|
entity_id: scene.front_full_brightness
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- group.living_room_accents
|
- group.living_room_accents
|
||||||
@@ -45,12 +46,11 @@
|
|||||||
entity_id: switch.living_room_outlet
|
entity_id: switch.living_room_outlet
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id: switch.foyer_outlet
|
entity_id: switch.foyer_outlet
|
||||||
- service: script.front_house_motion
|
- delay: '00:10:00'
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.S1
|
- light.S1
|
||||||
- light.S4
|
- light.S4
|
||||||
- light.foyer_door
|
- light.foyer_door
|
||||||
- light.fridge
|
- light.fridge
|
||||||
|
- service: script.monthly_color_scene
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user