17 lines
512 B
JSON
17 lines
512 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"toggle": "Attivare / Disattivare {entity_name}",
|
|
"turn_off": "Disattivare {entity_name}",
|
|
"turn_on": "Attivare {entity_name}"
|
|
},
|
|
"condition_type": {
|
|
"turn_off": "{entity_name} disattivato",
|
|
"turn_on": "{entity_name} attivato"
|
|
},
|
|
"trigger_type": {
|
|
"turn_off": "{entity_name} disattivato",
|
|
"turn_on": "{entity_name} attivato"
|
|
}
|
|
}
|
|
} |