core/homeassistant/components/zha
Alexei Chetroi 47286fbe2a
Refactor permit services to allow joining using install codes (#40652)
* Update zha.permit schema to support install code

* Move install code to core helpers

* QR code converter for enbrighten

* Fix schemas

* Update test for permit service

* Refactor zha.permit to accept install codes

* Test zha.permit from QR code

* Fix regex for Embrighten QR code

* Add regex for Aqara QR codes

* Add Consciot regex for QR code

* Reuse test params for WS tests

* ZHA WS permit command with install code

* Tests for zha.permit WS service

* Refactor zha.permit and zha.remove service to use ATTR_IEEE for the address

* Make pylint happy

* Deprecate only ieee_address param for now
2020-09-28 20:55:08 -04:00
..
core Refactor permit services to allow joining using install codes (#40652) 2020-09-28 20:55:08 -04:00
translations [ci skip] Translation update 2020-09-23 00:05:01 +00:00
__init__.py
api.py Refactor permit services to allow joining using install codes (#40652) 2020-09-28 20:55:08 -04:00
binary_sensor.py
climate.py
config_flow.py
cover.py
device_action.py
device_tracker.py
device_trigger.py
entity.py
fan.py
light.py
lock.py
manifest.json Bump up ZHA dependency (#40734) 2020-09-28 20:37:56 -04:00
sensor.py Add and use light lux constant in entire code base (#40171) 2020-09-23 20:48:01 +02:00
services.yaml Refactor permit services to allow joining using install codes (#40652) 2020-09-28 20:55:08 -04:00
strings.json
switch.py