Hi @nayelyz
Are you see some about this?
Hi @nayelyz Update:
Automation Actions works fine with blanks spaces in values.
Automation Conditions does nor fire routines with blank spaces.
I have other Example, What I will to modify:
{
"dashboard": {
"states": [
{
"label": "{{effectsSetCommand.value}}"
}
],
"actions": []
},
"detailView": [
{
"label": "Effects Set Command",
"displayType": "list",
"list": {
"command": {
"name": "setEffectsSetCommand",
"alternatives": [
{
"key": "Inactive",
"value": "Inactive",
"type": "inactive"
},
{
"key": "BlinkON",
"value": "Blink ON",
"type": "active"
},
{
"key": "BlinkOFF",
"value": "Blink OFF",
"type": "inactive"
}
],
"argumentType": "string"
},
"state": {
"value": "effectsSetCommand.value",
"valueType": "string",
"alternatives": [
{
"key": "Inactive",
"value": "Inactive",
"type": "inactive"
},
{
"key": "BlinkON",
"value": "Blink ON",
"type": "active"
},
{
"key": "BlinkOFF",
"value": "Blink OFF",
"type": "inactive"
}
]
}
}
}
],
"automation": {
"conditions": [
{
"label": "Effects Set Command",
"displayType": "list",
"list": {
"alternatives": [
{
"key": "Inactive",
"value": "Inactive",
"type": "inactive"
},
{
"key": "BlinkON",
"value": "Blink ON",
"type": "active"
},
{
"key": "BlinkOFF",
"value": "Blink OFF",
"type": "inactive"
}
],
"value": "effectsSetCommand.value",
"valueType": "string"
}
}
],
"actions": [
{
"label": "Effects Set Command",
"displayType": "list",
"list": {
"alternatives": [
{
"key": "Inactive",
"value": "Inactive",
"type": "inactive"
},
{
"key": "BlinkON",
"value": "Blink ON",
"type": "active"
},
{
"key": "BlinkOFF",
"value": "Blink OFF",
"type": "inactive"
}
],
"command": "setEffectsSetCommand",
"argumentType": "string"
}
}
]
},
"id": "legendabsolute60149.effectsSetCommand",
"version": 1
}