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,8 +132,7 @@ automation:
|
|||||||
platform: event
|
platform: event
|
||||||
event_type: ios.notification_action_fired
|
event_type: ios.notification_action_fired
|
||||||
event_data:
|
event_data:
|
||||||
data:
|
actionName: SOUND_ALARM
|
||||||
actionName: SOUND_ALARM
|
|
||||||
action:
|
action:
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user