mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 03:15:45 +00:00
Closes #115 - stopped leveraging the Motion script and hard coded the Full Brightness scene instead.
This commit is contained in:
@@ -4,19 +4,18 @@
|
|||||||
- alias: 'Late Night Helper'
|
- alias: 'Late Night Helper'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- binary_sensor.upstairs_away_mode
|
- binary_sensor.upstairs_away_mode
|
||||||
- binary_sensor.downstairs_away_mode
|
- binary_sensor.downstairs_away_mode
|
||||||
state: 'off'
|
state: 'off'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.family
|
entity_id: group.family
|
||||||
state: home
|
state: home
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.garage_doors
|
entity_id: group.garage_doors
|
||||||
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