This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Handle Ios Actionable Notifications | |
description: Catch event ios.notification_action_fired that is fired when you press an actionable notification, and choose an action based on the actionName. | |
domain: automation | |
input: | |
choose_1: | |
name: First button identifier | |
default: [] | |
action_1: | |
name: Action for first button |