From fd2cf41f0fa764b2dbacaa7eedafc0b18584b60a Mon Sep 17 00:00:00 2001 From: mkventure <42322917+mkventure@users.noreply.github.com> Date: Wed, 9 Jan 2019 14:57:14 -0500 Subject: [PATCH] Update homeassistant.js for HGZB-01A & 464800 (#831) - Add Nue HGZB-01A ZigBee Smart Light Controller to enable autodiscovery. (ref: PR#203 on zigbee-shepherd-converters, https://github.com/Koenkk/zigbee-shepherd-converters/pull/203) - Add Hue 464800 Hue white ambiance BR30 flood light --- lib/extension/homeassistant.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index ee091e91..8f6325fd 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -453,6 +453,7 @@ const mapping = { 'HS1DS': [configurations.binary_sensor_contact], 'HS1WL': [configurations.binary_sensor_water_leak], '421786': [configurations.light_brightness], + 'HGZB-01A': [configurations.light_brightness], '3321-S': [configurations.binary_sensor_contact, configurations.sensor_temperature], 'ZPIR-8000': [configurations.binary_sensor_occupancy], 'ZCTS-808': [configurations.binary_sensor_contact],