mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 01:51:38 +00:00
Update zigbee-shepherd-converters to 7.1.0.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
@@ -2,7 +2,7 @@
|
||||
|
||||
*NOTE: This file has been generated, do not edit this file manually!*
|
||||
|
||||
Currently **192** devices are supported from **39** different vendors.
|
||||
Currently **193** devices are supported from **40** 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).
|
||||
@@ -197,6 +197,12 @@ In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| KS-SM001 | Ksentry Electronics [Zigbee OnOff Controller](http://ksentry.manufacturer.globalsources.com/si/6008837134660/pdtl/ZigBee-module/1162731630/zigbee-on-off-controller-modules.htm) (on/off) |  |
|
||||
|
||||
### Livolo
|
||||
|
||||
| Model | Description | Picture |
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| TI0001 | Livolo Zigbee switch (1 and 2 gang) [work in progress](https://github.com/Koenkk/zigbee2mqtt/issues/592) (on/off) |  |
|
||||
|
||||
### Müller Licht
|
||||
|
||||
| Model | Description | Picture |
|
||||
|
||||
@@ -3326,4 +3326,27 @@ light:
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
### TI0001
|
||||
{% raw %}
|
||||
```yaml
|
||||
switch:
|
||||
- platform: "mqtt"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
payload_off: "OFF"
|
||||
payload_on: "ON"
|
||||
value_template: "{{ value_json.state_left }}"
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/left/set"
|
||||
|
||||
switch:
|
||||
- platform: "mqtt"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
payload_off: "OFF"
|
||||
payload_on: "ON"
|
||||
value_template: "{{ value_json.state_right }}"
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/right/set"
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
||||
|
||||
@@ -479,6 +479,7 @@ const mapping = {
|
||||
'GL-B-007Z': [configurations.light_brightness_colortemp_colorxy],
|
||||
'81809': [configurations.light_brightness_colortemp_colorxy],
|
||||
'100.110.39': [configurations.light_brightness_colortemp_colorxy],
|
||||
'TI0001': [switchWithPostfix('left'), switchWithPostfix('right')],
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Generated
+3
-3
@@ -4823,9 +4823,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "7.0.31",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.31.tgz",
|
||||
"integrity": "sha512-lzXgmImGeQVbywTb/xUz78VxUOFc6V+y/+gz3lMuaarEkuoTSLXpoUtxZ1zZhvy1Z468bEH96FIybIaMCidpGA==",
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.1.0.tgz",
|
||||
"integrity": "sha512-jCFlOpT0z5DIh+njCu2Qu8Yw4jAYJUJZivhBWTczQRkQeFHsmQBBKNq+yaYaUWJHHIeQKmlJ6nHcWR7Vah/Vqg==",
|
||||
"requires": {
|
||||
"chai": "*",
|
||||
"debounce": "*",
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@
|
||||
"winston": "2.4.2",
|
||||
"ziee": "*",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#6f06ba01d7dbe13dc5a3b0652cf4ad01debbf188",
|
||||
"zigbee-shepherd-converters": "7.0.31",
|
||||
"zigbee-shepherd-converters": "7.1.0",
|
||||
"zive": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user