mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add additional single input cluster entries - ZHA (#23697)
* more profiles * remove from binary sensor profile * remove sensor profile mapping
This commit is contained in:
parent
8328ea6bd7
commit
3dd1d3c418
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user