Skip to content

Commit

Permalink
Merge pull request #605 from weblate/weblate-spook-inverse-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 11, 2024
2 parents 3ab4544 + 13c102c commit a118512
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,46 @@
"switch": {
"data": {
"name": "Navn",
"hide_source": "Skjul kilde enhed",
"entity_id": "Kilde enhed"
"hide_source": "Skjul kilde entitet",
"entity_id": "Kilde entitet"
},
"title": "Omvendt 👻"
"title": "Vend om 👻"
},
"binary_sensor": {
"data": {
"hide_source": "Skjul kilde enhed",
"hide_source": "Skjul kilde entitet",
"name": "Navn",
"entity_id": "Kilde enhed"
"entity_id": "Kilde entitet"
},
"title": "Omvendt 👻"
"title": "Vend om 👻"
},
"user": {
"description": "Denne hjælper tillader at omvende logikken for en entitet. Fx. omvende åben/luk eller til/fra på binære sensorer og afbrydere.",
"menu_options": {
"binary_sensor": "Vend en binær sensor om"
}
}
}
},
"options": {
"step": {
"binary_sensor": {
"data": {
"entity_id": "Kilde entitet",
"name": "Navn",
"hide_source": "Skjul kilde entitet"
},
"title": "Vend om 👻"
},
"switch": {
"data": {
"entity_id": "Kilde entitet",
"name": "Navn",
"hide_source": "Skjul kilde entitet"
},
"title": "Vend om 👻"
}
}
}
},
"title": "Vend om 👻"
}
Original file line number Diff line number Diff line change
@@ -1 +1,51 @@
{}
{
"config": {
"step": {
"binary_sensor": {
"data": {
"entity_id": "Entità sorgente",
"hide_source": "Nascondi entità sorgente",
"name": "Nome"
},
"title": "Inverso 👻"
},
"switch": {
"data": {
"entity_id": "Entità sorgente",
"hide_source": "Nascondi entità sorgente",
"name": "Nome"
},
"title": "Inverso 👻"
},
"user": {
"description": "Questo aiutante ti permette di invertire il comportamento di un'entità. Ad esempio, apri/chiudi o accendi/spegni per un binary_sensor o uno switch",
"menu_options": {
"binary_sensor": "Inverti un binary_sensor",
"switch": "Inverti uno switch"
},
"title": "Inverso 👻"
}
}
},
"options": {
"step": {
"switch": {
"data": {
"entity_id": "Entità sorgente",
"hide_source": "Nascondi entità sorgente",
"name": "Nome"
},
"title": "Inverso 👻"
},
"binary_sensor": {
"data": {
"entity_id": "Entità sorgente",
"hide_source": "Nascondi entità sorgente",
"name": "Nome"
},
"title": "Inverso 👻"
}
}
},
"title": "Inverso 👻"
}

0 comments on commit a118512

Please sign in to comment.