mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-15 18:08:32 -07:00
Add OWON WSP404 Smart Plug to Home Assistant MQTT (#4260)
Device with switch, power sensor and energy measurements entities.
This commit is contained in:
parent
48b502714e
commit
84029e2057
@ -1923,6 +1923,7 @@ const mapping = {
|
||||
'SR-ZG9001T4-DIM-EU': [cfg.sensor_action],
|
||||
'929002335001': [cfg.light_brightness],
|
||||
'43084': [cfg.switch],
|
||||
'WSP404': [cfg.switch, cfg.sensor_power, cfg.sensor_energy],
|
||||
};
|
||||
|
||||
const defaultStatusTopic = 'homeassistant/status';
|
||||
|
Loading…
Reference in New Issue
Block a user