Buttons
Button card

Syntax
[
{
"name": "<STATE_NAME>",
"component": "ebbot_url",
"properties": {
"description": "<TEXT_MESSAGE>",
"buttons": [
{
"label": "<BUTTON_TEXT>",
"type": "variable",
"name": "<VARIABLE_NAME>",
"value": "<VARIABLE_VALUE>"
},
{
"label": "<BUTTON_TEXTT>",
"url": "<URL>",
},
{
"label": "<BUTTON_TEXT>",
"type": "scenario",
"next": {
"scenario": "<SCENARIO_NAME>"
}
}
]
}
}
]Example Usage
Example usage of stop property
Last updated
Was this helpful?

