mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 21:38:40 +00:00
Updating Automation Timelines.
This commit is contained in:
parent
368ee5a94a
commit
566892684e
27
README.md
27
README.md
@ -49,6 +49,33 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
|
|||||||
* Sets up the front lights in the house with preset colors depending on the month.
|
* Sets up the front lights in the house with preset colors depending on the month.
|
||||||
* On motion from Doorbell (IFTTT) Turn front lights to Bright White lights for 10 minutes and then back to original colors.
|
* On motion from Doorbell (IFTTT) Turn front lights to Bright White lights for 10 minutes and then back to original colors.
|
||||||
|
|
||||||
|
#Automation TimeLine
|
||||||
|
```yaml
|
||||||
|
ALL DAY LONG:
|
||||||
|
Check to see if we are away.
|
||||||
|
|
||||||
|
SUNRISE minus 3.5 hours
|
||||||
|
Turn off ALL SWITCHES
|
||||||
|
Turn off ALL LIGHTS
|
||||||
|
05:00 AM ** Light Brightness helper 50 Brightness **
|
||||||
|
06:00 AM (Mon - Fri) : Turn on Dining Room lights, Kitchen Accents
|
||||||
|
06:51 AM Turn on Dinette lights, Turn off Dining Room Lights and Kitchen Accents
|
||||||
|
07:51 AM Turn on Kitchen Lights
|
||||||
|
08:00 AM ** Light Brightness helper FULL 255 Brightness **
|
||||||
|
08:31 AM Turn off ALL interior lights.
|
||||||
|
|
||||||
|
SUNSET:
|
||||||
|
Turn on Den Outlet, Living Room Outlet, Dining Room Outlet, Outdoor Bathroom light
|
||||||
|
Activate Monthly Front Lighting Scene
|
||||||
|
Check if Garage Door is open (Every 60 minutes)
|
||||||
|
** Kitchen Light/Accent Helper Activated **
|
||||||
|
|
||||||
|
08:00 PM ** Late Night Helper is active **
|
||||||
|
08:00 PM ** Light Brightness helper 35 Brightness **
|
||||||
|
08:00 PM TV time Scene triggered if the TV is on.
|
||||||
|
02:00 AM ** Late Night Help Deactivated **
|
||||||
|
02:31 AM Heal ZWave Network
|
||||||
|
```
|
||||||
|
|
||||||
![Screenshot of Home View](https://i.imgur.com/2mFr9HP.png)
|
![Screenshot of Home View](https://i.imgur.com/2mFr9HP.png)
|
||||||
![Screenshot of Garage Door View](https://i.imgur.com/GhMf2Lo.png)
|
![Screenshot of Garage Door View](https://i.imgur.com/GhMf2Lo.png)
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
- delay: 00:00:30
|
- delay: 00:00:30
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id: switch.living_room_outlet
|
entity_id: switch.living_room_outlet
|
||||||
|
- service: switch.turn_on
|
||||||
|
entity_id: switch.dining_room_outlet
|
||||||
|
- delay: 00:00:30
|
||||||
|
|
||||||
- alias: 'Holiday Stuff off'
|
- alias: 'Holiday Stuff off'
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: sun
|
- platform: sun
|
||||||
event: sunrise
|
event: sunrise
|
||||||
offset: '-03:30:00'
|
offset: '-03:25:00'
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.guest_mode
|
entity_id: input_boolean.guest_mode
|
||||||
state: 'off'
|
state: 'off'
|
||||||
- condition: time
|
|
||||||
after: '20:00:00'
|
|
||||||
|
|
||||||
action:
|
action:
|
||||||
service: scene.turn_on
|
service: scene.turn_on
|
||||||
|
@ -64,6 +64,17 @@
|
|||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
- alias: Add some double and triple checking to the 433 RF outlets.
|
||||||
|
hide_entity: True
|
||||||
|
trigger:
|
||||||
|
- platform: time
|
||||||
|
minutes: '/63'
|
||||||
|
|
||||||
|
action:
|
||||||
|
- service: script.reliability
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
- alias: "NOTIFY IF IP CHANGES"
|
- alias: "NOTIFY IF IP CHANGES"
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user