-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: more translations, fix for volume and application_opened trigger
- Loading branch information
Showing
24 changed files
with
705 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"type": "number", | ||
"title": { | ||
"en": "Volume", | ||
"nl": "Volume" | ||
}, | ||
"icon": "/assets/capabilities/measure_volume.svg", | ||
"uiComponent": "sensor", | ||
"getable": true, | ||
"setable": false, | ||
"units": { | ||
"en": "%" | ||
}, | ||
"decimals": 0, | ||
"min": 0, | ||
"max": 100, | ||
"step": 1.0 | ||
} |
This file was deleted.
Oops, something went wrong.
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,38 @@ | ||
{ | ||
"id": "send_key", | ||
"title": { | ||
"en": "Send a key", | ||
"nl": "Stuur een knop", | ||
"de": "Sende eine Taste", | ||
"fr": "Envoyer une touche", | ||
"it": "Invia un tasto", | ||
"sv": "Skicka en tangent", | ||
"no": "Send en tast", | ||
"es": "Enviar una tecla", | ||
"da": "Send en tast", | ||
"pl": "Wyślij klawisz" | ||
}, | ||
"titleFormatted": { | ||
"en": "Send key [[option]]", | ||
"nl": "Stuur knop [[option]]", | ||
"de": "Sende Taste [[option]]", | ||
"fr": "Envoyer la touche [[option]]", | ||
"it": "Invia tasto [[option]]", | ||
"sv": "Skicka tangent [[option]]", | ||
"no": "Send tast [[option]]", | ||
"es": "Enviar tecla [[option]]", | ||
"da": "Send tast [[option]]", | ||
"pl": "Wyślij klawisz [[option]]" | ||
}, | ||
"args": [ | ||
{ | ||
"name": "device", | ||
"type": "device", | ||
"filter": "driver_id=remote" | ||
}, | ||
{ | ||
"name": "option", | ||
"type": "autocomplete" | ||
} | ||
] | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.