mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 19:26:57 +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) Stop watering grass via Rachio if winds are greater than 20 MPH.
|
||||||
* (IFTTT) Blink ALL lights if Winds get to 70MPH - Hurricance warning.
|
* (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)
|
* 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:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: group.all_lights
|
entity_id: group.all_lights
|
||||||
data:
|
|
||||||
transition: 1200
|
|
||||||
- service: script.switch_turn_off_all
|
- service: script.switch_turn_off_all
|
||||||
|
|
||||||
|
|
||||||
|
@@ -31,6 +31,10 @@
|
|||||||
entity_id: light.hallway
|
entity_id: light.hallway
|
||||||
state: 'on'
|
state: 'on'
|
||||||
for: '00:20:00'
|
for: '00:20:00'
|
||||||
|
- platform: state
|
||||||
|
entity_id: group.foyer_lights
|
||||||
|
state: 'on'
|
||||||
|
for: '00:20:00'
|
||||||
|
|
||||||
#Turn it off!
|
#Turn it off!
|
||||||
action:
|
action:
|
||||||
|
@@ -62,6 +62,8 @@ logbook:
|
|||||||
- sensor.garadget_small_reflection_rate
|
- sensor.garadget_small_reflection_rate
|
||||||
- sensor.garadget_large_reflection_rate
|
- sensor.garadget_large_reflection_rate
|
||||||
- group.garage_doors
|
- group.garage_doors
|
||||||
|
- sensor.time
|
||||||
|
- sensor.date
|
||||||
#logger:
|
#logger:
|
||||||
# default: info
|
# default: info
|
||||||
recorder:
|
recorder:
|
||||||
|
Reference in New Issue
Block a user