From 5393b073fe6617cd717e969c3f470cf08e7541bd Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Sat, 9 Jun 2018 15:34:36 +0200 Subject: [PATCH] Discover Qubino ZMHTDx smart meter switches (#14884) --- homeassistant/components/zwave/discovery_schemas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/zwave/discovery_schemas.py b/homeassistant/components/zwave/discovery_schemas.py index d38fbc7079c30..fc2e7fc912d6c 100644 --- a/homeassistant/components/zwave/discovery_schemas.py +++ b/homeassistant/components/zwave/discovery_schemas.py @@ -213,6 +213,7 @@ }})}, {const.DISC_COMPONENT: 'switch', const.DISC_GENERIC_DEVICE_CLASS: [ + const.GENERIC_TYPE_METER, const.GENERIC_TYPE_SENSOR_ALARM, const.GENERIC_TYPE_SENSOR_BINARY, const.GENERIC_TYPE_SWITCH_BINARY,