Add additional single input cluster entries - ZHA (#23697)

* more profiles

* remove from binary sensor profile

* remove sensor profile mapping
This commit is contained in:
David F. Mulcahey
2019-05-05 19:10:19 -04:00
committed by GitHub
parent 8328ea6bd7
commit 3dd1d3c418

View File

@@ -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({