Cleanup remaining constants stuff in ZHA (#22050)
* clean up constants * fix quirks until it can be upgradded
This commit is contained in:
parent
851378739f
commit
89c96279ce
8 changed files with 44 additions and 41 deletions
|
@ -121,18 +121,6 @@ class RadioType(enum.Enum):
|
|||
|
||||
|
||||
DISCOVERY_KEY = 'zha_discovery_info'
|
||||
DEVICE_CLASS = {}
|
||||
SINGLE_INPUT_CLUSTER_DEVICE_CLASS = {}
|
||||
SINGLE_OUTPUT_CLUSTER_DEVICE_CLASS = {}
|
||||
SENSOR_TYPES = {}
|
||||
RADIO_TYPES = {}
|
||||
BINARY_SENSOR_TYPES = {}
|
||||
CLUSTER_REPORT_CONFIGS = {}
|
||||
CUSTOM_CLUSTER_MAPPINGS = {}
|
||||
COMPONENT_CLUSTERS = {}
|
||||
EVENT_RELAY_CLUSTERS = []
|
||||
NO_SENSOR_CLUSTERS = []
|
||||
BINDABLE_CLUSTERS = []
|
||||
|
||||
REPORT_CONFIG_MAX_INT = 900
|
||||
REPORT_CONFIG_MAX_INT_BATTERY_SAVE = 10800
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue