2019-09-10 00:32:37 +00:00
|
|
|
{
|
|
|
|
"device_automation": {
|
|
|
|
"action_type": {
|
|
|
|
"toggle": "Attivare / Disattivare {entity_name}",
|
|
|
|
"turn_off": "Disattivare {entity_name}",
|
|
|
|
"turn_on": "Attivare {entity_name}"
|
|
|
|
},
|
|
|
|
"condition_type": {
|
2019-09-20 00:32:11 +00:00
|
|
|
"is_off": "{entity_name} \u00e8 disattivato",
|
|
|
|
"is_on": "{entity_name} \u00e8 attivo",
|
2019-09-10 00:32:37 +00:00
|
|
|
"turn_off": "{entity_name} disattivato",
|
|
|
|
"turn_on": "{entity_name} attivato"
|
|
|
|
},
|
|
|
|
"trigger_type": {
|
2019-09-19 00:32:15 +00:00
|
|
|
"turned_off": "{entity_name} disattivato",
|
|
|
|
"turned_on": "{entity_name} attivato"
|
2019-09-10 00:32:37 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|