mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Add humidity support for SmartThings (Centralite) 3310-S (#3197)
This commit is contained in:
parent
a7e38b6bb0
commit
4ce9370cc0
@ -887,7 +887,7 @@ const mapping = {
|
|||||||
'HGZB-01A': [cfg.switch],
|
'HGZB-01A': [cfg.switch],
|
||||||
'HGZB-02A': [cfg.light_brightness],
|
'HGZB-02A': [cfg.light_brightness],
|
||||||
'MCT-350 SMA': [cfg.binary_sensor_contact],
|
'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': [
|
'IM6001-WLP01': [
|
||||||
cfg.sensor_temperature, cfg.binary_sensor_water_leak,
|
cfg.sensor_temperature, cfg.binary_sensor_water_leak,
|
||||||
cfg.sensor_battery,
|
cfg.sensor_battery,
|
||||||
|
Loading…
Reference in New Issue
Block a user