23 lines
586 B
JSON
23 lines
586 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"turn_off": "Spegnere {entity_name}",
|
|
"turn_on": "Accendere {entity_name}"
|
|
},
|
|
"condition_type": {
|
|
"is_off": "{entity_name} \u00e8 spento",
|
|
"is_on": "{entity_name} \u00e8 acceso"
|
|
},
|
|
"trigger_type": {
|
|
"turned_off": "{entity_name} disattivato",
|
|
"turned_on": "{entity_name} attivato"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"off": "Spento",
|
|
"on": "Acceso"
|
|
}
|
|
},
|
|
"title": "Ventilatore"
|
|
} |