diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 69d03439..e77d9b46 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1432,6 +1432,7 @@ const mapping = { 'Zen-01-W': [climate(10, 30, 'occupied_heating_setpoint', 0.5)], '9290022166': [cfg.light_brightness_colortemp_colorxy], 'PM-C140-ZB': [cfg.sensor_power, cfg.switch], + 'PM-C150-ZB': [cfg.sensor_power, cfg.switch], 'PM-B530-ZB': [cfg.sensor_power, cfg.switch], 'PM-B540-ZB': [cfg.sensor_power, cfg.switch], 'PM-B430-ZB': [cfg.sensor_power, cfg.switch], @@ -1736,6 +1737,9 @@ const mapping = { 'PM-S140R-ZB': [cfg.switch], 'PM-S240R-ZB': [switchEndpoint('top'), switchEndpoint('bottom')], 'PM-S340R-ZB': [switchEndpoint('top'), switchEndpoint('center'), switchEndpoint('bottom')], + 'PM-S150-ZB': [cfg.switch], + 'PM-S250-ZB': [switchEndpoint('top'), switchEndpoint('bottom')], + 'PM-S350-ZB': [switchEndpoint('top'), switchEndpoint('center'), switchEndpoint('bottom')], 'U201DST600ZB': [cfg.light_brightness], 'U201SRY2KWZB': [cfg.switch], 'U202SRY2KWZB': [switchEndpoint('l1'), switchEndpoint('l2')],