22 lines
660 B
JSON
22 lines
660 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_idle": "{entity_name} est\u00e1 inactivo",
|
|
"is_off": "{entity_name} est\u00e1 apagado",
|
|
"is_on": "{entity_name} est\u00e1 activado",
|
|
"is_paused": "{entity_name} est\u00e1 en pausa",
|
|
"is_playing": "{entity_name} est\u00e1 reproduciendo"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"idle": "Inactivo",
|
|
"off": "Apagado",
|
|
"on": "Encendido",
|
|
"paused": "En pausa",
|
|
"playing": "Reproduciendo",
|
|
"standby": "Apagado"
|
|
}
|
|
},
|
|
"title": "Reproductor multimedia"
|
|
} |