From 4f5566776094e60fbe8df813dd3a35fdb635b255 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 5 Sep 2020 23:43:46 +0200 Subject: [PATCH] Lint --- lib/extension/homeassistant.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 6cf5adc52..0fd727929 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1925,7 +1925,10 @@ const mapping = { '43084': [cfg.switch], 'WSP404': [cfg.switch, cfg.sensor_power, cfg.sensor_energy], '8718699689308': [cfg.switch], - '07047L': [ cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low, cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_illuminance, cfg.sensor_illuminance_lux], + '07047L': [ + cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low, cfg.sensor_temperature, + cfg.sensor_humidity, cfg.sensor_illuminance, cfg.sensor_illuminance_lux, + ], }; const defaultStatusTopic = 'homeassistant/status';