mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 10:01:37 +00:00
Update zigbee-shepherd-converters to 7.0.4.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
@@ -2,7 +2,7 @@
|
||||
|
||||
*NOTE: This file has been generated, do not edit this file manually!*
|
||||
|
||||
Currently **146** devices are supported from **30** different vendors.
|
||||
Currently **148** devices are supported from **31** different vendors.
|
||||
|
||||
In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
[How to support new devices](https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html).
|
||||
@@ -65,6 +65,12 @@ In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| PLUG EDP RE:DY | EDP re:dy plug (on/off, power measurement) |  |
|
||||
|
||||
### EcoSmart
|
||||
|
||||
| Model | Description | Picture |
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| D1821 | EcoSmart A19 RGB bulb (on/off, brightness, color temperature, color xy) |  |
|
||||
|
||||
### GE
|
||||
|
||||
| Model | Description | Picture |
|
||||
@@ -273,6 +279,7 @@ In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
|
||||
| Model | Description | Picture |
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| ZNLDP12LM | Xiaomi Aqara smart LED bulb (on/off, brightness, color temperature) |  |
|
||||
| WXKG01LM | Xiaomi MiJia wireless switch (single, double, triple, quadruple, many, long, long_release click) |  |
|
||||
| WXKG11LM | Xiaomi Aqara wireless switch (single, double click (and triple, quadruple, hold, release depending on model)) |  |
|
||||
| WXKG12LM | Xiaomi Aqara wireless switch (with gyroscope) (single, double, shake, hold, release) |  |
|
||||
|
||||
@@ -210,6 +210,20 @@ automation:
|
||||
|
||||
## Configuration when NOT using Home Assistant MQTT discovery
|
||||
|
||||
### ZNLDP12LM
|
||||
{% raw %}
|
||||
```yaml
|
||||
light:
|
||||
- platform: "mqtt"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
schema: "json"
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
### WXKG01LM
|
||||
{% raw %}
|
||||
```yaml
|
||||
@@ -2795,4 +2809,19 @@ light:
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
### D1821
|
||||
{% raw %}
|
||||
```yaml
|
||||
light:
|
||||
- platform: "mqtt"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
xy: true
|
||||
schema: "json"
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
||||
|
||||
@@ -414,6 +414,8 @@ const mapping = {
|
||||
'421786': [configurations.light_brightness],
|
||||
'ZPIR-8000': [configurations.binary_sensor_occupancy],
|
||||
'ZCTS-808': [configurations.binary_sensor_contact],
|
||||
'ZNLDP12LM': [configurations.light_brightness_colortemp],
|
||||
'D1821': [configurations.light_brightness_colortemp_colorxy],
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Generated
+3
-3
@@ -4792,9 +4792,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.3.tgz",
|
||||
"integrity": "sha512-z/o0EXZ9KaPljv8n2r1CZtdEdD2dOjJYU0aXwMo9SQE24JfxD8N+xMXzt9Y+YmuIbzg7psjpLTIFfnZGv6fr7A==",
|
||||
"version": "7.0.4",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.4.tgz",
|
||||
"integrity": "sha512-yFgF+TTQ5j6fjf0GG6JxIM5KsrKdlGnXM9wpJPR7W48WEwUwGAlB4x9ioRYCjWWEvX03ngR5RoOqTdGyr8P8Gw==",
|
||||
"requires": {
|
||||
"debounce": "*",
|
||||
"debug": "3.2.6",
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@
|
||||
"winston": "2.4.2",
|
||||
"ziee": "*",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#ce52ac4131e2a505af6197b4a26d2b5360e4eb80",
|
||||
"zigbee-shepherd-converters": "7.0.3",
|
||||
"zigbee-shepherd-converters": "7.0.4",
|
||||
"zive": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user