diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index d0d09d314..7760fa8c0 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1404,6 +1404,7 @@ const mapping = { 'SSS401ZB': [cfg.switch, cfg.sensor_action], 'E12-N1E': [cfg.light_brightness_colortemp_colorxy], '4040B': [cfg.sensor_power, switchWithPostfix('l1'), switchWithPostfix('l2')], + '3460-L': [cfg.sensor_action, cfg.sensor_temperature, cfg.sensor_battery], }; Object.keys(mapping).forEach((key) => {