24 lines
644 B
JSON
24 lines
644 B
JSON
|
{
|
||
|
"device_automation": {
|
||
|
"action_type": {
|
||
|
"toggle": "Commuta {entity_name}",
|
||
|
"turn_off": "Desactiva {entity_name}",
|
||
|
"turn_on": "Activa {entity_name}"
|
||
|
},
|
||
|
"condition_type": {
|
||
|
"is_off": "{entity_name} est\u00e0 apagat",
|
||
|
"is_on": "{entity_name} est\u00e0 enc\u00e8s"
|
||
|
},
|
||
|
"trigger_type": {
|
||
|
"turned_off": "{entity_name} desactivat",
|
||
|
"turned_on": "{entity_name} activat"
|
||
|
}
|
||
|
},
|
||
|
"state": {
|
||
|
"_": {
|
||
|
"off": "Apagat",
|
||
|
"on": "Enc\u00e8s"
|
||
|
}
|
||
|
},
|
||
|
"title": "Interruptors"
|
||
|
}
|