mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Changing names and adding sensors .. Boom .. Mic drop.
This commit is contained in:
@@ -44,6 +44,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
|
||||
* (IFTTT) Stop watering grass via Rachio if winds are greater than 20 MPH.
|
||||
* (IFTTT) Blink ALL lights if Winds get to 70MPH - Hurricance warning.
|
||||
* Halloween Special - Flash all front lights when motion is detected via SkyBell (IFTTT - Maker)
|
||||
* Sets up the front lights in the house with preset colors depending on the month.
|
||||
|
||||

|
||||

|
||||
|
@@ -25,9 +25,7 @@
|
||||
|
||||
action:
|
||||
- service: light.turn_off
|
||||
entity_id: group.all_lights
|
||||
data:
|
||||
transition: 1200
|
||||
entity_id: group.all_lights
|
||||
- service: script.switch_turn_off_all
|
||||
|
||||
|
||||
|
@@ -31,6 +31,10 @@
|
||||
entity_id: light.hallway
|
||||
state: 'on'
|
||||
for: '00:20:00'
|
||||
- platform: state
|
||||
entity_id: group.foyer_lights
|
||||
state: 'on'
|
||||
for: '00:20:00'
|
||||
|
||||
#Turn it off!
|
||||
action:
|
||||
|
@@ -62,6 +62,8 @@ logbook:
|
||||
- sensor.garadget_small_reflection_rate
|
||||
- sensor.garadget_large_reflection_rate
|
||||
- group.garage_doors
|
||||
- sensor.time
|
||||
- sensor.date
|
||||
#logger:
|
||||
# default: info
|
||||
recorder:
|
||||
|
Reference in New Issue
Block a user