From 2c2af0603bf83a9717d8cc9086d467df16ec9cd7 Mon Sep 17 00:00:00 2001 From: mario-1024 <40923190+mario-1024@users.noreply.github.com> Date: Wed, 8 Apr 2020 19:12:34 +0200 Subject: [PATCH] Add Schwaiger ZHS-15/SPW35Z-D0 power socket (#3313) Co-authored-by: Koen Kanters --- lib/extension/homeassistant.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index a54dec61..39338b9f 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1455,6 +1455,7 @@ const mapping = { 'U201SRY2KWZB': [cfg.switch], 'U202SRY2KWZB': [switchWithPostfix('l1'), switchWithPostfix('l2')], '93999': [cfg.light_brightness], + 'ZHS-15': [cfg.switch, cfg.sensor_power, cfg.sensor_current, cfg.sensor_voltage], 'GS361A-H04': [ cfg.lock_child_lock, cfg.switch_window_detection,