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:
David F. Mulcahey 2019-02-28 13:04:35 -05:00 committed by Paulus Schoutsen
parent 5ce4fe65b2
commit 82bdd9568d
5 changed files with 192 additions and 5 deletions

View file

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