From 87d6587779634d24ae9efbf445e96e46414aa33e Mon Sep 17 00:00:00 2001 From: presslab-us Date: Tue, 31 Mar 2020 13:01:24 -0400 Subject: [PATCH] Support Orvibo RL804QZB (#3252) 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 8d84c9df..00feb522 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1445,6 +1445,7 @@ const mapping = { '4512706': [cfg.sensor_battery, cfg.sensor_action], 'GL-S-004ZS': [cfg.light_brightness_colortemp_colorxy], '7121131PU': [cfg.light_brightness_colortemp_colorxy], + 'RL804QZB': [switchWithPostfix('l1'), switchWithPostfix('l2'), switchWithPostfix('l3')], 'RC-2000WH': [cfg.thermostat_heatcool(10, 30, 1, ['auto', 'on', 'smart'])], };