mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-19 01:56:29 +00:00
Add support for Osram Smart Switch 4x (#3242)
* Add support for Osram Smart Switch 4x See https://github.com/Koenkk/zigbee-herdsman-converters/pull/1112 for the converter * Update homeassistant.js Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
co-authored by
Koen Kanters
parent
d140c55252
commit
ec688cfa04
@@ -1717,7 +1717,7 @@ const mapping = {
|
||||
'SN10ZW': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
|
||||
'AU-A1ZBPIAB': [cfg.switch, cfg.sensor_voltage, cfg.sensor_current, cfg.sensor_power],
|
||||
'AU-A1ZBDWS': [cfg.binary_sensor_contact, cfg.sensor_battery],
|
||||
'4058075816459': [cfg.sensor_action],
|
||||
'4058075816459': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'14592.0': [cfg.switch],
|
||||
'73699': [cfg.light_brightness_colorxy],
|
||||
'SAGE206612': [cfg.sensor_action, cfg.sensor_battery],
|
||||
|
||||
Reference in New Issue
Block a user