25 lines
693 B
JSON
25 lines
693 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_cleaning": "{entity_name} est\u00e1 limpando",
|
|
"is_docked": "{entity_name} est\u00e1 na base"
|
|
},
|
|
"trigger_type": {
|
|
"cleaning": "{entity_name} iniciou a limpeza",
|
|
"docked": "{entity_name} est\u00e1 na base"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"cleaning": "Limpando",
|
|
"docked": "Na base",
|
|
"error": "Erro",
|
|
"idle": "Em espera",
|
|
"off": "Desligado",
|
|
"on": "Ligado",
|
|
"paused": "Pausado",
|
|
"returning": "Retornando para base"
|
|
}
|
|
},
|
|
"title": "Aspirador"
|
|
} |