Taking steps to localize stuff - #872
This commit is contained in:
parent
e31a52ab84
commit
b82b182776
|
@ -12,11 +12,11 @@
|
|||
- platform: state
|
||||
entity_id: group.family
|
||||
to: 'not_home'
|
||||
- platform: event
|
||||
#Sent from IFTTT Webhooks : {"action":"IFTTT_Away:}
|
||||
event_type: ifttt_webhook_received
|
||||
event_data:
|
||||
action: IFTTT_Away
|
||||
# - platform: event
|
||||
# #Sent from IFTTT Webhooks : {"action":"IFTTT_Away:}
|
||||
# event_type: ifttt_webhook_received
|
||||
# event_data:
|
||||
# action: IFTTT_Away
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
###################################
|
||||
## IFTTT checks Office 365 Calendar and Notifies me of appointments. Flash lights but only at reasonable hours.
|
||||
## Will have to figure out a new way to query O365 Calendar items. Possibly use MS Flow for this and HA webhooks.
|
||||
###################################
|
||||
- alias: 'IFTTT Appointment reminder'
|
||||
id: 271d2fa0-4dfa-4af2-90de-3f61ff94a420
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 35 KiB |
Loading…
Reference in New Issue