-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: Added Remote Control status
- Loading branch information
Showing
20 changed files
with
712 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"type": "string", | ||
"title": { | ||
"en": "Remote Control", | ||
"de": "", | ||
"nl": "", | ||
"da": "", | ||
"es": "", | ||
"fr": "", | ||
"it": "", | ||
"no": "", | ||
"sv": "", | ||
"pl": "", | ||
"ru": "", | ||
"ko": "" | ||
}, | ||
"getable": true, | ||
"setable": false, | ||
"icon": "/assets/icons/remote.svg" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"title": { | ||
"en": "Connection State !{{is|isn't}} ...", | ||
"de": "Verbindungsstatus !{{ist|ist nicht}} ...", | ||
"nl": "Verbindingsstatus !{{is|is niet}} ...", | ||
"da": "Forbindelsestilstand !{{er|er ikke}} ...", | ||
"es": "Estado de Conexión !{{es|no es}} ...", | ||
"fr": "État de Connexion !{{est|n'est pas}} ...", | ||
"it": "Stato della Connessione !{{è|non è}} ...", | ||
"no": "Tilkoblingsstatus !{{er|er ikke}} ...", | ||
"sv": "Anslutningstillstånd !{{är|är inte}} ...", | ||
"pl": "Stan Połączenia !{{jest|nie jest}} ...", | ||
"ru": "Состояние соединения !{{есть|нет}} ...", | ||
"ko": "연결 상태 !{{연결됨|연결되지 않음}} ..." | ||
}, | ||
"titleFormatted": { | ||
"en": "Connection State !{{is|isn't}} [[value]]", | ||
"de": "Verbindungsstatus !{{ist|ist nicht}} [[value]]", | ||
"nl": "Verbindingsstatus !{{is|is niet}} [[value]]", | ||
"da": "Forbindelsestilstand !{{er|er ikke}} [[value]]", | ||
"es": "Estado de Conexión !{{es|no es}} [[value]]", | ||
"fr": "État de Connexion !{{est|n'est pas}} [[value]]", | ||
"it": "Stato della Connessione !{{è|non è}} [[value]]", | ||
"no": "Tilkoblingsstatus !{{er|er ikke}} [[value]]", | ||
"sv": "Anslutningstillstånd !{{är|är inte}} [[value]]", | ||
"pl": "Stan Połączenia !{{jest|nie jest}} [[value]]", | ||
"ru": "Состояние соединения !{{есть|нет}} [[value]]", | ||
"ko": "연결 상태 !{{연결됨|연결되지 않음}} [[value]]" | ||
}, | ||
"args": [ | ||
{ | ||
"type": "device", | ||
"name": "device", | ||
"filter": "driver_id=oven|laundry|dishwasher|air-purifier" | ||
}, | ||
{ | ||
"name": "value", | ||
"type": "dropdown", | ||
"values": [ | ||
{ | ||
"id": "CONNECTED", | ||
"label": { | ||
"en": "Connected", | ||
"de": "Verbunden", | ||
"nl": "Verbonden", | ||
"da": "Forbundet", | ||
"es": "Conectado", | ||
"fr": "Connecté", | ||
"it": "Connesso", | ||
"no": "Tilkoblet", | ||
"sv": "Ansluten", | ||
"pl": "Połączony", | ||
"ru": "Подключено", | ||
"ko": "연결됨" | ||
} | ||
}, | ||
{ | ||
"id": "DISCONNECTED", | ||
"label": { | ||
"en": "Disconnected", | ||
"de": "Getrennt", | ||
"nl": "Verbroken", | ||
"da": "Frakoblet", | ||
"es": "Desconectado", | ||
"fr": "Déconnecté", | ||
"it": "Disconnesso", | ||
"no": "Frakoblet", | ||
"sv": "Frånkopplad", | ||
"pl": "Rozłączony", | ||
"ru": "Отключено", | ||
"ko": "연결 끊김" | ||
} | ||
}, | ||
{ | ||
"id": "UNKNOWN", | ||
"label": { | ||
"en": "Unknown", | ||
"de": "Unbekannt", | ||
"nl": "Onbekend", | ||
"da": "Ukendt", | ||
"es": "Desconocido", | ||
"fr": "Inconnu", | ||
"it": "Sconosciuto", | ||
"no": "Ukjent", | ||
"sv": "Okänd", | ||
"pl": "Nieznany", | ||
"ru": "Неизвестно", | ||
"ko": "알 수 없음" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.