Add direct binding for remotes and lights for ZHA (#21498)
* cluster matching and binding apis implement binding callback fix loop fix loops * review comments * use any because it is clearer
This commit is contained in:
parent
5ce4fe65b2
commit
82bdd9568d
5 changed files with 192 additions and 5 deletions
|
@ -114,6 +114,7 @@ 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