mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 21:38:40 +00:00
Closs #108 - Need some lights turned on for the wife at 6:30.
This commit is contained in:
parent
2d771d2a74
commit
fd94226392
@ -114,12 +114,7 @@ SUNSET:
|
||||
I've moved this entire section to the [issues section](https://github.com/CCOSTAN/Home-AssistantConfig/issues) on github.
|
||||
Feel free to join the conversations there.
|
||||
|
||||
![Screenshot of Home View](https://i.imgur.com/UlUiKTX.png)
|
||||
![Screenshot of Garage Door View](https://i.imgur.com/zotvUKp.png)
|
||||
![Screenshot of Lights](https://i.imgur.com/KKCPaLJ.png)
|
||||
![Screenshot of More](https://i.imgur.com/rg6lhJz.png)
|
||||
![Screenshot of Even More](https://i.imgur.com/SlglNh3.png)
|
||||
![Screenshot of Last one](https://i.imgur.com/sTsYQi4.png)
|
||||
![Screenshot of Home View](https://imgflip.com/gif/1le5hi)
|
||||
|
||||
|
||||
**All files are now being edited with [Atom](https://atom.io/).**
|
||||
|
@ -1,11 +1,11 @@
|
||||
######################################################################
|
||||
## Stuff that needs to happen at 08:30am.
|
||||
## Stuff that needs to happen at 06:30am.
|
||||
######################################################################
|
||||
|
||||
- alias: 'Kids 0750am.'
|
||||
- alias: 'Timed 630.'
|
||||
trigger:
|
||||
- platform: time
|
||||
after: '07:50:00'
|
||||
after: '06:50:00'
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
@ -25,4 +25,6 @@
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- group.kitchen_lights
|
||||
- group.dining_room_lights
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.kitchen_accents
|
@ -35,4 +35,3 @@
|
||||
transition: 600
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_accents
|
||||
- delay: 01:00:00
|
||||
|
@ -62,6 +62,7 @@ logbook:
|
||||
exclude:
|
||||
entities:
|
||||
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
|
||||
- automation.cuckoo_clock
|
||||
- sensor.since_last_boot
|
||||
- sensor.since_last_boot_templated
|
||||
- sensor.small_garage_status
|
||||
@ -75,6 +76,8 @@ logbook:
|
||||
- group.garage_doors
|
||||
- sensor.time
|
||||
- sensor.date
|
||||
- media_player.LivingRoomCC
|
||||
|
||||
|
||||
history:
|
||||
include:
|
||||
|
Loading…
x
Reference in New Issue
Block a user