From 43c7ce8e8a15206d5d4aecde3cfb9723a5b97b47 Mon Sep 17 00:00:00 2001 From: Filip Cornelissen Date: Sun, 15 Mar 2020 22:42:39 +0100 Subject: [PATCH] add support for ROB_200-007-0 (#3125) * add support for ROB_200-007-0 * Fix automatically discovery for Home assistant for ROB_200-007-0 Co-authored-by: Koen Kanters --- lib/extension/homeassistant.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 42c58706..17b4496c 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1307,6 +1307,7 @@ const mapping = { 'LifeControl_RGB_Led': [cfg.light_brightness_colortemp_colorxy], '3323-G': [cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.binary_sensor_battery_low], 'ZL1000400-CCT-EU-2-V1A02': [cfg.light_brightness_colortemp], + 'ROB_200-007-0': [cfg.sensor_action, cfg.sensor_battery], 'PM-S140-ZB': [cfg.switch], 'PM-S240-ZB': [switchWithPostfix('top'), switchWithPostfix('bottom')], 'PM-S340-ZB': [switchWithPostfix('top'), switchWithPostfix('center'), switchWithPostfix('bottom')],