mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
3321 fixes (#3434)
* Add home assistant mapping for hive MOT003 * fix pipeline * remove garbage * Added 3321 battery sensor * Update homeassistant.js Co-authored-by: Iain Matchett <iain.matchett@beeksfx.com> Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
co-authored by
Iain Matchett
Koen Kanters
parent
305cb259b3
commit
575e6fd4a3
@@ -904,7 +904,7 @@ const mapping = {
|
||||
'HS1-WL-E': [cfg.binary_sensor_water_leak],
|
||||
'421786': [cfg.light_brightness],
|
||||
'ICZB-IW11D': [cfg.light_brightness],
|
||||
'3321-S': [cfg.binary_sensor_contact, cfg.sensor_temperature],
|
||||
'3321-S': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery],
|
||||
'ZPIR-8000': [cfg.binary_sensor_occupancy, cfg.sensor_battery],
|
||||
'ZCTS-808': [cfg.binary_sensor_contact, cfg.sensor_battery],
|
||||
'ZNLDP12LM': [cfg.light_brightness_colortemp],
|
||||
|
||||
Reference in New Issue
Block a user