diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 38f1422c..9a63d3ed 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1525,6 +1525,9 @@ const mapping = { 'PM-S140-ZB': [cfg.switch], 'PM-S240-ZB': [switchEndpoint('top'), switchEndpoint('bottom')], 'PM-S340-ZB': [switchEndpoint('top'), switchEndpoint('center'), switchEndpoint('bottom')], + 'PM-S140R-ZB': [cfg.switch], + 'PM-S240R-ZB': [switchEndpoint('top'), switchEndpoint('bottom')], + 'PM-S340R-ZB': [switchEndpoint('top'), switchEndpoint('center'), switchEndpoint('bottom')], 'U201DST600ZB': [cfg.light_brightness], 'U201SRY2KWZB': [cfg.switch], 'U202SRY2KWZB': [switchEndpoint('l1'), switchEndpoint('l2')],