29 lines
843 B
JSON
29 lines
843 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"clean": "Deje que {entity_name} limpie",
|
|
"dock": "Dejar que {entity_name} regrese al dock"
|
|
},
|
|
"condition_type": {
|
|
"is_cleaning": "{entity_name} est\u00e1 limpiando",
|
|
"is_docked": "{entity_name} est\u00e1 acoplado"
|
|
},
|
|
"trigger_type": {
|
|
"cleaning": "{entity_name} comenz\u00f3 a limpiar",
|
|
"docked": "{entity_name} acoplado"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"cleaning": "Limpiando",
|
|
"docked": "Acoplado",
|
|
"error": "Error",
|
|
"idle": "Inactivo",
|
|
"off": "Encendida",
|
|
"on": "Apagada",
|
|
"paused": "Pausado",
|
|
"returning": "Regresar al dock"
|
|
}
|
|
},
|
|
"title": "Aspiradora"
|
|
} |