From 3dd1d3c418f620117e36d477a1ec09d46d5d312c Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Sun, 5 May 2019 19:10:19 -0400 Subject: [PATCH] Add additional single input cluster entries - ZHA (#23697) * more profiles * remove from binary sensor profile * remove sensor profile mapping --- homeassistant/components/zha/core/registries.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/zha/core/registries.py b/homeassistant/components/zha/core/registries.py index 2da0adb784a..b585ce5f48a 100644 --- a/homeassistant/components/zha/core/registries.py +++ b/homeassistant/components/zha/core/registries.py @@ -153,6 +153,8 @@ def establish_device_mappings(): zcl.clusters.measurement.OccupancySensing: BINARY_SENSOR, zcl.clusters.hvac.Fan: FAN, SMARTTHINGS_ACCELERATION_CLUSTER: BINARY_SENSOR, + zcl.clusters.general.MultistateInput.cluster_id: SENSOR, + zcl.clusters.general.AnalogInput.cluster_id: SENSOR }) SINGLE_OUTPUT_CLUSTER_DEVICE_CLASS.update({