16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"turn_off": "Spegnere {entity_name}",
|
|
"turn_on": "Accendere {entity_name}"
|
|
},
|
|
"condtion_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"
|
|
}
|
|
}
|
|
} |