mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Add humidity support for SmartThings (Centralite) 3310-S (#3197)
This commit is contained in:
@@ -887,7 +887,7 @@ const mapping = {
|
||||
'HGZB-01A': [cfg.switch],
|
||||
'HGZB-02A': [cfg.light_brightness],
|
||||
'MCT-350 SMA': [cfg.binary_sensor_contact],
|
||||
'3310-S': [cfg.sensor_temperature, cfg.sensor_battery],
|
||||
'3310-S': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery],
|
||||
'IM6001-WLP01': [
|
||||
cfg.sensor_temperature, cfg.binary_sensor_water_leak,
|
||||
cfg.sensor_battery,
|
||||
|
||||
Reference in New Issue
Block a user