1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/fan/translations/it.json
2020-04-21 16:11:05 -07:00

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"
}