This commit is contained in:
Koen Kanters
2020-09-05 23:43:46 +02:00
parent 703a8c19d6
commit 4f55667760
+4 -1
View File
@@ -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';