mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Corrected example automation (#8726)
The trigger in the example automation contained the line 'data:' below the event_data, which is redundant. If used this way the automation triggers on any iOS action and ignores the actionName.
This commit is contained in:
parent
708f1675df
commit
342000f8f2
@ -132,7 +132,6 @@ automation:
|
||||
platform: event
|
||||
event_type: ios.notification_action_fired
|
||||
event_data:
|
||||
data:
|
||||
actionName: SOUND_ALARM
|
||||
action:
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user