minor updates to some light settings for upstairs
This commit is contained in:
parent
e903e2f778
commit
c0734c5b85
|
@ -13,12 +13,6 @@
|
||||||
to: 'on'
|
to: 'on'
|
||||||
for: '00:20:00'
|
for: '00:20:00'
|
||||||
|
|
||||||
- platform: state
|
|
||||||
entity_id:
|
|
||||||
- light.upstairs_lights
|
|
||||||
to: 'on'
|
|
||||||
for: '02:00:00'
|
|
||||||
|
|
||||||
#Turn it off!
|
#Turn it off!
|
||||||
action:
|
action:
|
||||||
- service: homeassistant.turn_off
|
- service: homeassistant.turn_off
|
||||||
|
@ -53,3 +47,7 @@
|
||||||
- light.led_outdoor_den
|
- light.led_outdoor_den
|
||||||
- light.outdoor_bathroom
|
- light.outdoor_bathroom
|
||||||
- light.flood2
|
- light.flood2
|
||||||
|
- light.hallway
|
||||||
|
- light.hallway_lights
|
||||||
|
- light.foyer_lights
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
#-------------------------------------------
|
||||||
|
# @CCOSTAN
|
||||||
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
|
# Lighitng based on Nest Away status
|
||||||
|
#-------------------------------------------
|
||||||
|
# Nest ThermoStat https://amzn.to/2eAhB1k
|
||||||
# Uses the Nest thermostat to turn on lights and turn them off upstairs.
|
# Uses the Nest thermostat to turn on lights and turn them off upstairs.
|
||||||
|
|
||||||
- alias: 'Upstairs Light Turn on'
|
- alias: 'Upstairs Light Turn on'
|
||||||
|
@ -29,6 +35,11 @@
|
||||||
entity_id: binary_sensor.upstairs_nest_away
|
entity_id: binary_sensor.upstairs_nest_away
|
||||||
to: 'on'
|
to: 'on'
|
||||||
|
|
||||||
|
- platform: state
|
||||||
|
entity_id: light.upstairs_lights
|
||||||
|
to: 'on'
|
||||||
|
for: '02:00:00'
|
||||||
|
|
||||||
action:
|
action:
|
||||||
service: light.turn_off
|
service: light.turn_off
|
||||||
entity_id: light.upstairs_lights
|
entity_id: light.upstairs_lights
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 732 KiB After Width: | Height: | Size: 732 KiB |
Binary file not shown.
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 175 KiB |
Loading…
Reference in New Issue