diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 586cdb6d..6cff80ae 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -605,7 +605,10 @@ const mapping = { 'SL 110 W': [cfg.light_brightness], 'AA68199': [cfg.light_brightness_colortemp], 'QBKG11LM': [cfg.switch, cfg.sensor_power, cfg.sensor_click], - 'QBKG12LM': [switchWithPostfix('left'), switchWithPostfix('right'), cfg.sensor_power, cfg.sensor_click], + 'QBKG12LM': [ + switchWithPostfix('left'), switchWithPostfix('right'), cfg.sensor_power, cfg.sensor_click, + cfg.sensor_temperature, + ], 'K2RGBW01': [cfg.light_brightness_colortemp_colorxy], '9290011370': [cfg.light_brightness], 'DNCKATSW001': [cfg.switch],