Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Some of the supported White Label Brands:
- Alecto
- Alice
- Avatto
- Benexmart
- BSEED
- Blitzwolf
- eWeLight
Expand Down Expand Up @@ -191,6 +192,7 @@ Supported devices:
_TZ3000_cqlnswn0 / TY0203 (TESLA)
_TZ3000_qrldbmfn / TS0203
_TZ3000_gntwytxo / TS0203
_TZ3000_c8zfad4a / TS0203 (GIRIER)

- Water Detector
_TYZB01_sqmd19i1 / TS0207
Expand Down Expand Up @@ -594,6 +596,7 @@ Supported devices:

- RGB Spot GU10
_TZ3000_kdpxju99 / TS0505A (LIVARNO LUX / Lidl)
_TZ3210_bfwvfyx1 / TS0505B (Benexmart)

- RGB Spot GardenLight
_TZ3000_h1jnz6l8 / TS0505A (LIVARNO LUX / Lidl)
Expand Down
8 changes: 5 additions & 3 deletions drivers/doorwindowsensor_4/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
},
"zigbee": {
"manufacturerName": [
"zbeacon"
"zbeacon",
"_TZ3000_c8zfad4a"
],
"productId": [
"DS01"
"DS01",
"TS0203"
],
"endpoints": {
"1": {
Expand All @@ -48,4 +50,4 @@
}
}
}
}
}
8 changes: 5 additions & 3 deletions drivers/rgb_spot_GU10/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
},
"zigbee": {
"manufacturerName": [
"_TZ3000_kdpxju99"
"_TZ3000_kdpxju99",
"_TZ3210_bfwvfyx1"
],
"productId": [
"TS0505A"
"TS0505A",
"TS0505B"
],
"endpoints": {
"1": {
Expand All @@ -31,4 +33,4 @@
}
}

}
}