Update phone automations
switch order script with notification add debug automation
This commit is contained in:
parent
73b03fb0bb
commit
bd42bcd8a6
@ -13,10 +13,10 @@
|
||||
entity_id: device_tracker.sm_g965f
|
||||
type: is_home
|
||||
action:
|
||||
- service: script.goodnight
|
||||
- service: notify.mobile_app_sm_g965f
|
||||
data:
|
||||
message: Sleep automation
|
||||
- service: script.good_night
|
||||
|
||||
- id: phone-sleep-end
|
||||
alias: '[Phone] Sleep end'
|
||||
@ -33,7 +33,18 @@
|
||||
entity_id: device_tracker.sm_g965f
|
||||
type: is_home
|
||||
action:
|
||||
- service: script.goodmorning
|
||||
- service: notify.mobile_app_sm_g965f
|
||||
data:
|
||||
message: Sleep automation
|
||||
- service: script.good_morning
|
||||
|
||||
- id: phone-webhook
|
||||
alias: '[Phone] Webhook'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: webhook
|
||||
webhook_id: 56af98df-9477-431d-a38c-9cd42bc1c512
|
||||
action:
|
||||
- service: notify.mobile_app_sm_g965f
|
||||
data:
|
||||
message: 'Automation {{ trigger.event.data.event }}'
|
Loading…
Reference in New Issue
Block a user