We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# amazon-dash 2.0 # -------------------- settings: delay: 10 templates: - template: "default" context: title: "Amazon-dash alert" body: "Executed {mac} successfully" - template: "tg" context: body: "{mac} executed" - template: "other" pipes: - context: body pipe: join arguments: - "subject" - "body" devices: - mac: "0C:47:C9:98:4A:12" name: "My button name" actions: - use: "command" message: cmd: ls - use: "telegram-to-nekmo" condition: "success" message: "tg" actions: - component: "command" - component: "telegram" config: token: "..." to: "nekmo" action_as: "telegram-to-nekmo"
New "device" parameters:
Condition vars:
The text was updated successfully, but these errors were encountered:
AST Docs for condition: https://www.programcreek.com/python/example/6783/ast.Compare
Sorry, something went wrong.
Nekmo
No branches or pull requests
New "device" parameters:
Condition vars:
The text was updated successfully, but these errors were encountered: