Files
HomeAssistantVS/custom_components/spook/integrations/spook_inverse/translations/es.json
T
2026-07-20 22:52:35 -04:00

52 lines
1.3 KiB
JSON

{
"title": "Inverso 👻",
"config": {
"step": {
"switch": {
"data": {
"name": "Nombre",
"hide_source": "Ocultar entidad origen",
"entity_id": "Entidad origen"
},
"title": "Inverso 👻"
},
"user": {
"description": "Este ayudante te permite invertir el comportamiento de una entidad. Por ejemplo, invertir abrir/cerrar o encender/apagar de sensores binarios, e interruptores.",
"menu_options": {
"switch": "Invertir un interruptor",
"binary_sensor": "Invertir un sensor binario"
},
"title": "Inverso 👻"
},
"binary_sensor": {
"data": {
"hide_source": "Ocultar entidad origen",
"name": "Nombre",
"entity_id": "Entidad origen"
},
"title": "Inverso 👻"
}
}
},
"options": {
"step": {
"switch": {
"data": {
"hide_source": "Ocultar entidad origen",
"entity_id": "Entidad origen",
"name": "Nombre"
},
"title": "Inverso 👻"
},
"binary_sensor": {
"title": "Inverso 👻",
"data": {
"name": "Nombre",
"hide_source": "Ocultar entidad origen",
"entity_id": "Entidad origen"
}
}
}
}
}