Compare commits
2 Commits
18321bbbd4
...
b182d43a24
Author | SHA1 | Date | |
---|---|---|---|
b182d43a24 | |||
9013e4addd |
@ -1 +1 @@
|
|||||||
2021.9.7
|
2021.12.1
|
@ -1 +1 @@
|
|||||||
[]
|
[]
|
||||||
|
27
automations/main_floor/porch_light.yaml
Normal file
27
automations/main_floor/porch_light.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
|
||||||
|
- id: '1634154676822'
|
||||||
|
alias: Turn on front porch light
|
||||||
|
description: ''
|
||||||
|
trigger:
|
||||||
|
- platform: sun
|
||||||
|
event: sunset
|
||||||
|
condition: []
|
||||||
|
action:
|
||||||
|
- type: turn_on
|
||||||
|
device_id: 749027ddc2ff3cc59e22c2557329ec0a
|
||||||
|
entity_id: switch.front_porch
|
||||||
|
domain: switch
|
||||||
|
mode: single
|
||||||
|
- id: '1639358610226'
|
||||||
|
alias: Turn off front porch light
|
||||||
|
description: ''
|
||||||
|
trigger:
|
||||||
|
- platform: time
|
||||||
|
at: '23:30:00'
|
||||||
|
condition: []
|
||||||
|
action:
|
||||||
|
- type: turn_off
|
||||||
|
device_id: 749027ddc2ff3cc59e22c2557329ec0a
|
||||||
|
entity_id: switch.front_porch
|
||||||
|
domain: switch
|
||||||
|
mode: single
|
11
automations/system/update.yaml
Normal file
11
automations/system/update.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Example configuration.yaml entry
|
||||||
|
- alias: "Update Available Notification"
|
||||||
|
trigger:
|
||||||
|
- platform: state
|
||||||
|
entity_id: binary_sensor.updater
|
||||||
|
from: "off"
|
||||||
|
to: "on"
|
||||||
|
action:
|
||||||
|
- service: notify.notify
|
||||||
|
data:
|
||||||
|
message: "Home Assistant {{ state_attr('binary_sensor.updater', 'newest_version') }} is available."
|
Loading…
x
Reference in New Issue
Block a user