diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index fd4cd542..c68ced06 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1303,7 +1303,7 @@ const mapping = { 'HM-900SW_2': [switchWithPostfix('left'), switchWithPostfix('right')], 'HM-900SW_3': [switchWithPostfix('left'), switchWithPostfix('right'), switchWithPostfix('center')], 'LifeControl_Leak_Sensor': [cfg.binary_sensor_water_leak, cfg.sensor_battery], - 'LifeControl_Door_Sensor': [cfg.binary_sensor_water_leak, cfg.sensor_battery], + 'LifeControl_Door_Sensor': [cfg.binary_sensor_contact, cfg.sensor_battery], 'LifeControl_RGB_Led': [cfg.light_brightness_colortemp_colorxy], '3323-G': [cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.binary_sensor_battery_low], 'ZL1000400-CCT-EU-2-V1A02': [cfg.light_brightness_colortemp],