diff --git a/docs/images/devices/HGZB-01A.jpg b/docs/images/devices/HGZB-01A.jpg new file mode 100644 index 000000000..fb2232275 Binary files /dev/null and b/docs/images/devices/HGZB-01A.jpg differ diff --git a/docs/information/supported_devices.md b/docs/information/supported_devices.md index 9b87423cc..d63f03ac8 100644 --- a/docs/information/supported_devices.md +++ b/docs/information/supported_devices.md @@ -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 diff --git a/docs/integration/home_assistant.md b/docs/integration/home_assistant.md index 3fcd8221d..1f3a1e799 100644 --- a/docs/integration/home_assistant.md +++ b/docs/integration/home_assistant.md @@ -2798,6 +2798,19 @@ switch: ``` {% endraw %} +### HGZB-01A +{% raw %} +```yaml +light: + - platform: "mqtt" + state_topic: "zigbee2mqtt/" + availability_topic: "zigbee2mqtt/bridge/state" + brightness: true + schema: "json" + command_topic: "zigbee2mqtt//set" +``` +{% endraw %} + ### GL-C-008 {% raw %} ```yaml diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8ad8b3c6c..0887658ed 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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", diff --git a/package.json b/package.json index cbb9d4221..52a59cdbc 100644 --- a/package.json +++ b/package.json @@ -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": {