From d859c3fa86ebffdc28328c1bbee21abf8b3207b9 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Thu, 10 Jan 2019 14:43:24 -0500 Subject: [PATCH] Don't map LevelControl to light for single cluster devices. (#19929) --- homeassistant/components/zha/const.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/zha/const.py b/homeassistant/components/zha/const.py index 3e7f9f89f91..5b650c95cc4 100644 --- a/homeassistant/components/zha/const.py +++ b/homeassistant/components/zha/const.py @@ -129,7 +129,6 @@ def populate_data(): SINGLE_INPUT_CLUSTER_DEVICE_CLASS.update({ zcl.clusters.general.OnOff: 'switch', - zcl.clusters.general.LevelControl: 'light', zcl.clusters.measurement.RelativeHumidity: 'sensor', zcl.clusters.measurement.TemperatureMeasurement: 'sensor', zcl.clusters.measurement.PressureMeasurement: 'sensor',