mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-19 03:29:34 +00:00
Send alerts via IFTTT_NOTIFY event
This commit is contained in:
@@ -26,4 +26,4 @@
|
|||||||
- sensor.garadget_large
|
- sensor.garadget_large
|
||||||
action:
|
action:
|
||||||
service: ifttt.trigger
|
service: ifttt.trigger
|
||||||
data_template: {"event":"ifttt_notify", "value1":"{{ trigger.entity_id.split('.')[1] }}", "value2":"{{ trigger.to_state.state }}"}
|
data_template: {"event":"ifttt_notify", "value1":"{{ trigger.entity_id.split('.')[1] }} is ", "value2":"{{ trigger.to_state.state }}"}
|
||||||
|
@@ -47,6 +47,10 @@
|
|||||||
- platform: sun
|
- platform: sun
|
||||||
event: sunset
|
event: sunset
|
||||||
offset: '+01:00:00'
|
offset: '+01:00:00'
|
||||||
|
- platform: state
|
||||||
|
entity_id: group.family
|
||||||
|
state: not_home
|
||||||
|
for: 00:05:00
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: sun
|
- condition: sun
|
||||||
|
Reference in New Issue
Block a user