mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-19 11:38:30 +00:00
Using Nest and IFTTT to turn lights on/off
This commit is contained in:
1
Todo.md
1
Todo.md
@@ -1,6 +1,7 @@
|
|||||||
#Todo List
|
#Todo List
|
||||||
|
|
||||||
* AUTOMATE LAMP UPSTAIRS using Nest thermostat.
|
* AUTOMATE LAMP UPSTAIRS using Nest thermostat.
|
||||||
|
* (Using IFTTT for now - Need to switch over to native HA)
|
||||||
* Put Dash Buttons out there.
|
* Put Dash Buttons out there.
|
||||||
* Put door sensor on garage door
|
* Put door sensor on garage door
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Uses the Nest thermostat to turn on lights and turn them off.
|
# Uses the Nest thermostat to turn on lights and turn them off.
|
||||||
|
|
||||||
- alias: 'Upstairs Light Turn'
|
- alias: 'Upstairs Light Turn on'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: upstairs_light_on
|
event_type: upstairs_light_on
|
||||||
@@ -13,3 +13,12 @@
|
|||||||
action:
|
action:
|
||||||
service: light.turn_on
|
service: light.turn_on
|
||||||
entity_id: group.upstairs
|
entity_id: group.upstairs
|
||||||
|
|
||||||
|
- alias: 'Upstairs Light Turn off'
|
||||||
|
trigger:
|
||||||
|
- platform: event
|
||||||
|
event_type: upstairs_light_off
|
||||||
|
|
||||||
|
action:
|
||||||
|
service: light.turn_off
|
||||||
|
entity_id: group.upstairs
|
Reference in New Issue
Block a user