generated from JohanBendz/Zigbee_Light_Device_Template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
1,848 additions
and
254 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,58 @@ | ||
{ | ||
"type": "enum", | ||
"values": [ | ||
{ | ||
"id": "dim", | ||
"title": { | ||
"en": "Dim", | ||
"sv": "Mörkt" | ||
} | ||
}, | ||
{ | ||
"id": "bright", | ||
"title": { | ||
"en": "Bright", | ||
"sv": "Ljust" | ||
} | ||
"type": "enum", | ||
"values": [ | ||
{ | ||
"id": "dim", | ||
"title": { | ||
"en": "Dim", | ||
"sv": "Mörkt", | ||
"nl": "Gedimd", | ||
"da": "Dæmpet", | ||
"de": "Gedimmt", | ||
"es": "Tenuemente", | ||
"fr": "Atténué", | ||
"it": "Fioco", | ||
"no": "Dempe", | ||
"pl": "Przyciemniony", | ||
"ru": "Тусклый", | ||
"ko": "어둑한" | ||
} | ||
], | ||
"title": { | ||
"en": "Illuminance", | ||
"sv": "Ljusstyrka" | ||
}, | ||
"getable": true, | ||
"setable": false, | ||
"uiComponent": "sensor", | ||
"uiQuickAction": false, | ||
"icon": "/assets/capabilities/illuminance.svg" | ||
} | ||
}, | ||
{ | ||
"id": "bright", | ||
"title": { | ||
"en": "Bright", | ||
"sv": "Ljust", | ||
"nl": "Helder", | ||
"da": "Lys", | ||
"de": "Hell", | ||
"es": "Brillante", | ||
"fr": "Brillant", | ||
"it": "Luminoso", | ||
"no": "Lys", | ||
"pl": "Jasny", | ||
"ru": "Яркий", | ||
"ko": "밝은" | ||
} | ||
} | ||
], | ||
"title": { | ||
"en": "Illuminance", | ||
"sv": "Ljusstyrka", | ||
"nl": "Verlichting", | ||
"da": "Belysning", | ||
"de": "Beleuchtung", | ||
"es": "Iluminancia", | ||
"fr": "Éclairement", | ||
"it": "Illuminazione", | ||
"no": "Belysning", | ||
"pl": "Jasność", | ||
"ru": "Освещенность", | ||
"ko": "조도" | ||
}, | ||
"getable": true, | ||
"setable": false, | ||
"uiComponent": "sensor", | ||
"uiQuickAction": false, | ||
"icon": "/assets/capabilities/illuminance.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{ | ||
"platforms": ["local", "cloud"], | ||
"connectivity": ["zigbee"], | ||
"images": { | ||
"large": "{{driverAssetsPath}}/images/large.png", | ||
"small": "{{driverAssetsPath}}/images/small.png" | ||
} | ||
|
||
"platforms": [ | ||
"local", | ||
"cloud" | ||
], | ||
"connectivity": [ | ||
"zigbee" | ||
], | ||
"images": { | ||
"large": "{{driverAssetsPath}}/images/large.png", | ||
"small": "{{driverAssetsPath}}/images/small.png" | ||
} | ||
} |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
Homey App’en tilføjer support til Sonoff-enheder. | ||
|
||
Understøttede enheder: | ||
-Sonoff SNZB-01 (Firkantet knap) | ||
-Sonoff SNZB-01P (Rund knap) | ||
-Sonoff SNZB-02 (Firkantet termometer) | ||
-Sonoff SNZB-02D (Termometer med display) | ||
-Sonoff SNZB-02P (Rundt termometer) | ||
-Sonoff SNZB-03 (Bevægelsessensor) | ||
-Sonoff SNZB-04 (Dør-/vindueskontakt) | ||
-Sonoff SNZB-06P (Tilstedeværelsessensor) | ||
|
||
Flere enheder vil blive tilføjet snart. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
Die Homey App fügt Unterstützung für Sonoff Geräte hinzu. | ||
|
||
Unterstützte Geräte: | ||
-Sonoff SNZB-01 (Quadratischer Knopf) | ||
-Sonoff SNZB-01P (Runder Knopf) | ||
-Sonoff SNZB-02 (Quadratisches Thermometer) | ||
-Sonoff SNZB-02D (Thermometer mit Display) | ||
-Sonoff SNZB-02P (Rundes Thermometer) | ||
-Sonoff SNZB-03 (Bewegungsmelder) | ||
-Sonoff SNZB-04 (Tür-/Fensterkontakt) | ||
-Sonoff SNZB-06P (Anwesenheitsmelder) | ||
|
||
Weitere Geräte werden bald hinzugefügt. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
La App de Homey añadirá soporte para dispositivos Sonoff. | ||
|
||
Dispositivos soportados: | ||
-Sonoff SNZB-01 (Botón cuadrado) | ||
-Sonoff SNZB-01P (Botón redondo) | ||
-Sonoff SNZB-02 (Termómetro cuadrado) | ||
-Sonoff SNZB-02D (Termómetro con pantalla) | ||
-Sonoff SNZB-02P (Termómetro redondo) | ||
-Sonoff SNZB-03 (Detector de movimiento) | ||
-Sonoff SNZB-04 (Contacto de puerta/ventana) | ||
-Sonoff SNZB-06P (Detector de presencia) | ||
|
||
Pronto se añadirán más dispositivos. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
L'application Homey va ajouter le support pour les appareils Sonoff. | ||
|
||
Appareils supportés : | ||
-Sonoff SNZB-01 (Bouton carré) | ||
-Sonoff SNZB-01P (Bouton rond) | ||
-Sonoff SNZB-02 (Thermomètre carré) | ||
-Sonoff SNZB-02D (Thermomètre avec affichage) | ||
-Sonoff SNZB-02P (Thermomètre rond) | ||
-Sonoff SNZB-03 (Détecteur de mouvement) | ||
-Sonoff SNZB-04 (Contact porte/fenêtre) | ||
-Sonoff SNZB-06P (Détecteur de présence) | ||
|
||
Plus d'appareils seront ajoutés bientôt. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
L'app Homey aggiungerà il supporto per i dispositivi Sonoff. | ||
|
||
Dispositivi supportati: | ||
-Sonoff SNZB-01 (Pulsante quadrato) | ||
-Sonoff SNZB-01P (Pulsante rotondo) | ||
-Sonoff SNZB-02 (Termometro quadrato) | ||
-Sonoff SNZB-02D (Termometro con display) | ||
-Sonoff SNZB-02P (Termometro rotondo) | ||
-Sonoff SNZB-03 (Rilevatore di movimento) | ||
-Sonoff SNZB-04 (Contatto porta/finestra) | ||
-Sonoff SNZB-06P (Rilevatore di presenza) | ||
|
||
Presto verranno aggiunti altri dispositivi. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
Homey 앱이 Sonoff 기기들을 지원합니다. | ||
|
||
지원 기기: | ||
-Sonoff SNZB-01 (사각 버튼) | ||
-Sonoff SNZB-01P (원형 버튼) | ||
-Sonoff SNZB-02 (사각 온도계) | ||
-Sonoff SNZB-02D (디스플레이가 있는 온도계) | ||
-Sonoff SNZB-02P (원형 온도계) | ||
-Sonoff SNZB-03 (동작 감지기) | ||
-Sonoff SNZB-04 (문/창문 접촉 센서) | ||
-Sonoff SNZB-06P (존재 감지기) | ||
|
||
더 많은 기기들이 곧 추가될 예정입니다. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
De Homey App biedt ondersteuning voor Sonoff-apparaten. | ||
|
||
Ondersteunde apparaten: | ||
-Sonoff SNZB-01 (Vierkante knop) | ||
-Sonoff SNZB-01P (Ronde knop) | ||
-Sonoff SNZB-02 (Vierkante thermometer) | ||
-Sonoff SNZB-02D (Thermometer met display) | ||
-Sonoff SNZB-02P (Ronde thermometer) | ||
-Sonoff SNZB-03 (Bewegingssensor) | ||
-Sonoff SNZB-04 (Deur-/raamcontact) | ||
-Sonoff SNZB-06P (Aanwezigheidsdetector) | ||
|
||
Meer apparaten worden binnenkort toegevoegd. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
Homey-appen legger til støtte for Sonoff-enheter. | ||
|
||
Støttede enheter: | ||
-Sonoff SNZB-01 (Firkantet knapp) | ||
-Sonoff SNZB-01P (Rund knapp) | ||
-Sonoff SNZB-02 (Firkantet termometer) | ||
-Sonoff SNZB-02D (Termometer med display) | ||
-Sonoff SNZB-02P (Rundt termometer) | ||
-Sonoff SNZB-03 (Bevegelsessensor) | ||
-Sonoff SNZB-04 (Dør/vindu kontakt) | ||
-Sonoff SNZB-06P (Tilstedeværelsesdetektor) | ||
|
||
Flere enheter vil bli lagt til snart. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
Aplikacja Homey doda wsparcie dla urządzeń Sonoff. | ||
|
||
Wspierane urządzenia: | ||
-Sonoff SNZB-01 (Kwadratowy przycisk) | ||
-Sonoff SNZB-01P (Okrągły przycisk) | ||
-Sonoff SNZB-02 (Kwadratowy termometr) | ||
-Sonoff SNZB-02D (Termometr z wyświetlaczem) | ||
-Sonoff SNZB-02P (Okrągły termometr) | ||
-Sonoff SNZB-03 (Czujnik ruchu) | ||
-Sonoff SNZB-04 (Czujnik drzwi/okna) | ||
-Sonoff SNZB-06P (Czujnik obecności) | ||
|
||
Więcej urządzeń zostanie dodanych wkrótce. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
Приложение Homey добавит поддержку устройств Sonoff. | ||
|
||
Поддерживаемые устройства: | ||
-Sonoff SNZB-01 (Квадратная кнопка) | ||
-Sonoff SNZB-01P (Круглая кнопка) | ||
-Sonoff SNZB-02 (Квадратный термометр) | ||
-Sonoff SNZB-02D (Термометр с дисплеем) | ||
-Sonoff SNZB-02P (Круглый термометр) | ||
-Sonoff SNZB-03 (Датчик движения) | ||
-Sonoff SNZB-04 (Контакт двери/окна) | ||
-Sonoff SNZB-06P (Датчик присутствия) | ||
|
||
Скоро будут добавлены новые устройства. |
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,15 @@ | ||
Sonoff Zigbee | ||
|
||
Homey Appen kommer att lägga till stöd för Sonoff-enheter. | ||
|
||
Stöds enheter: | ||
-Sonoff SNZB-01 (Kvadratisk knapp) | ||
-Sonoff SNZB-01P (Rund knapp) | ||
-Sonoff SNZB-02 (Kvadratisk termometer) | ||
-Sonoff SNZB-02D (Termometer med display) | ||
-Sonoff SNZB-02P (Rund termometer) | ||
-Sonoff SNZB-03 (Rörelsedetektor) | ||
-Sonoff SNZB-04 (Dörr/fönsterkontakt) | ||
-Sonoff SNZB-06P (Närvarodetektor) | ||
|
||
Fler enheter kommer att läggas till snart. |
Oops, something went wrong.