mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
Updating light automations (updated wrong files last time...)
This commit is contained in:
parent
b79e1bb570
commit
8d9d5a5883
@ -290,7 +290,7 @@ automation:
|
|||||||
state: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: script.appliances_off
|
- service: script.appliances_off
|
||||||
- service: script.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.lights_out
|
entity_id: scene.lights_out
|
||||||
- service: script.security_check_garage
|
- service: script.security_check_garage
|
||||||
- service: script.security_check_zones
|
- service: script.security_check_zones
|
||||||
|
@ -43,10 +43,10 @@ livingroom_lamps_on:
|
|||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.normal_livingroom_lighting
|
entity_id: scene.normal_livingroom_lighting
|
||||||
|
|
||||||
# Turn off Living Room Lights if sun is up or cloud coverage is below 70%
|
# Turn off Living Room Lights if sun is up and cloud coverage is below 70%
|
||||||
livingroom_lamps_off:
|
livingroom_lamps_off:
|
||||||
sequence:
|
sequence:
|
||||||
- condition: or
|
- condition: and
|
||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user