Update zigbee-shepherd-converters to 7.0.13

This commit is contained in:
Koen Kanters
2019-01-10 17:52:58 +01:00
parent fd2cf41f0f
commit f62eabcb6d
5 changed files with 22 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

+2 -1
View File
@@ -2,7 +2,7 @@
*NOTE: This file has been generated, do not edit this file manually!*
Currently **175** devices are supported from **34** different vendors.
Currently **176** devices are supported from **34** 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).
@@ -203,6 +203,7 @@ In case you own a Zigbee device which is **NOT** listed here, please see
| ------------- | ------------- | -------------------------- |
| FB56+ZSW05HG1.2 | Nue ZigBee one gang smart switch (on/off) | ![../images/devices/FB56+ZSW05HG1.2.jpg](../images/devices/FB56+ZSW05HG1.2.jpg) |
| MG-AUWS01 | Nue ZigBee Double GPO (on/off) | ![../images/devices/MG-AUWS01.jpg](../images/devices/MG-AUWS01.jpg) |
| HGZB-01A | Nue ZigBee smart light controller (on/off, brightness) | ![../images/devices/HGZB-01A.jpg](../images/devices/HGZB-01A.jpg) |
### OSRAM
+13
View File
@@ -2798,6 +2798,19 @@ switch:
```
{% endraw %}
### HGZB-01A
{% raw %}
```yaml
light:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
brightness: true
schema: "json"
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
```
{% endraw %}
### GL-C-008
{% raw %}
```yaml
+6 -6
View File
@@ -1495,9 +1495,9 @@
}
},
"globals": {
"version": "11.9.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-11.9.0.tgz",
"integrity": "sha512-5cJVtyXWH8PiJPVLZzzoIizXx944O4OmRro5MWKx5fT4MgcN7OfaMutPeaTdJCCURwbWdhhcCWcKIffPnmTzBg==",
"version": "11.10.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-11.10.0.tgz",
"integrity": "sha512-0GZF1RiPKU97IHUO5TORo9w1PwrH/NBPl+fS7oMLdaTRiYmYbwK4NWoZWrAdd0/abG9R2BU+OiwyQpTpE6pdfQ==",
"dev": true
},
"graceful-fs": {
@@ -4832,9 +4832,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "7.0.12",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.12.tgz",
"integrity": "sha512-72Q6WgRN4qbe7VCAnI9U947otx7blAl5Ai/ap9y54kkbfnGhqR+b/cgKGAorrqMntFW5UqKd76rhY8b7QORHdw==",
"version": "7.0.13",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.13.tgz",
"integrity": "sha512-rXIs0USl+b2T3GWUSfmaXi7hriHErfvrL0E45R9X3l7xbqS6PGWI+0RNBNIxZkb+UJ2cn6Cwj9gMtZ07a7eHXg==",
"requires": {
"debounce": "*",
"debug": "3.2.6",
+1 -1
View File
@@ -46,7 +46,7 @@
"winston": "2.4.2",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#43278a2219d1733180ed353deb4b724b2b9437fa",
"zigbee-shepherd-converters": "7.0.12",
"zigbee-shepherd-converters": "7.0.13",
"zive": "*"
},
"devDependencies": {