mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-29 07:08:56 +00: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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user