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')],