Support wallyHOME Multi-Sensor (#3202)

This commit is contained in:
presslab-us 2020-03-26 17:09:59 -04:00 committed by GitHub
parent 1c8ba3d28e
commit 676e7e08c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1332,6 +1332,10 @@ const mapping = {
'S9ZGBRC01': [cfg.sensor_action, cfg.sensor_battery],
'511.557': [cfg.sensor_action],
'RL804CZB': [cfg.light_brightness_colortemp_colorxy],
'21473-MULTI': [
cfg.sensor_action, cfg.binary_sensor_contact, cfg.binary_sensor_water_leak,
cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery,
],
};
Object.keys(mapping).forEach((key) => {