diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index b8157d154..c319966bd 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1419,7 +1419,10 @@ const manualMaping = { cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low, cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_illuminance, cfg.sensor_illuminance_lux, ], - 'BHT-002-GCLZB': [cfg.lock_child_lock, climate(5, 30, 'current_heating_setpoint', 1)], + 'BHT-002-GCLZB': [ + cfg.lock_child_lock, + climate(5, 30, 'current_heating_setpoint', 1), + ], '11830304': [cfg.cover_position], '99100-045': [cfg.lock, cfg.sensor_battery], 'QZR-ZIG2400': [],