HomeAssistant Azure
b71e28dfac
[ci skip] Translation update
2020-11-04 00:13:14 +00:00
HomeAssistant Azure
aab0ff2ea5
[ci skip] Translation update
2020-11-03 00:04:39 +00:00
Alexei Chetroi
9ccc49411a
Refactor ZHA light state restoration after a restart ( #42726 )
...
* Restore ZHA light state and level
* Restore state and color temp from zigpy cache
2020-11-01 17:19:36 -05:00
Alexei Chetroi
8868028dcd
Bump up ZHA dependencies ( #42679 )
...
* Bump up ZHA dependencies
* Fix tests because of zigpy request signature change
2020-11-01 11:05:55 -05:00
HomeAssistant Azure
b9d04b9304
[ci skip] Translation update
2020-10-30 00:02:45 +00:00
HomeAssistant Azure
026e0063fe
[ci skip] Translation update
2020-10-29 00:09:16 +00:00
HomeAssistant Azure
c2a9f2ae52
[ci skip] Translation update
2020-10-26 00:03:36 +00:00
walthowd
09bd449698
Send pro-active IAS Enroll Response ( #42282 )
...
* Send pro-active IAS Enroll Response
Some zigbee devices require a pro-active IAS enroll response to be sent before they will send their IAS enroll request. This PR sends a single IAS enroll response after CIE write and fixes some of these devices including the Ecolink 4655BC0-R and many others.
This also more closely aligns with the default behavior of Smartthings and zigbee2mqtt which also send pro-active enroll requests:
b217b91bb7 (diff-6d00af5fc389c40b8c4dfc390d80e3eca3946d331dff84afdc1632cb5568bca2)
Thanks to @puddly for helping figure this all out and @tubalainen for testing.
* flake8 fixes
* flake8 again
2020-10-24 21:41:27 -04:00
TheJulianJES
7618fe6111
Fix polling of color for ZHA lights not updating ( #42248 )
2020-10-23 09:14:37 -04:00
HomeAssistant Azure
6e53aa1155
[ci skip] Translation update
2020-10-23 00:03:04 +00:00
Alexei Chetroi
0ab7bc7e75
Update ZHA dependencies ( #42245 )
2020-10-23 01:30:32 +02:00
HomeAssistant Azure
b102ad731f
[ci skip] Translation update
2020-10-22 00:09:52 +00:00
HomeAssistant Azure
1a03bbda5a
[ci skip] Translation update
2020-10-18 00:03:28 +00:00
Philip Allgaier
dde6305549
Cleanup unused loggers (components N-Z + tests) ( #41982 )
2020-10-16 21:24:08 -05:00
HomeAssistant Azure
39adf14079
[ci skip] Translation update
2020-10-17 00:06:00 +00:00
Abílio Costa
28fb761b01
Use skip_configuration flag to skip requests in ZHA ( #41554 )
...
* Remove duplicated attribute request from ZHA
The on_off attribute is on the REPORT_CONFIG, so
super().async_initialize already requests it from the device.
No need to request it twice.
* Use skip_configuration flag to skip requests in ZHA
* Fix loading from cache
* Fix loading from cache condition
2020-10-16 20:03:35 -04:00
Alexei Chetroi
c29f613b1d
Fix schema for set_zigbee_cluster_attribute service ( #41850 )
2020-10-16 20:02:14 -04:00
HomeAssistant Azure
994ae09f69
[ci skip] Translation update
2020-10-15 00:03:50 +00:00
HomeAssistant Azure
ba55cb8955
[ci skip] Translation update
2020-10-14 00:04:41 +00:00
HomeAssistant Azure
1417a4161f
[ci skip] Translation update
2020-10-13 00:03:24 +00:00
puddly
f7e7f1371e
Update zigpy-znp to 0.2.2 ( #41670 )
2020-10-12 09:44:40 -04:00
HomeAssistant Azure
f787289ea0
[ci skip] Translation update
2020-10-12 00:03:31 +00:00
HomeAssistant Azure
80522f1bdc
[ci skip] Translation update
2020-10-11 00:03:37 +00:00
J. Nick Koston
da2f9db62e
Fix async functions accidentally marked as callbacks ( #41607 )
2020-10-10 16:54:36 +02:00
HomeAssistant Azure
6ae12c3faf
[ci skip] Translation update
2020-10-10 00:05:05 +00:00
Abílio Costa
078ecef4b2
Remove duplicated attribute request from ZHA ( #41442 )
...
The on_off attribute is on the REPORT_CONFIG, so
super().async_initialize already requests it from the device.
No need to request it twice.
2020-10-09 09:23:52 -04:00
HomeAssistant Azure
29aea5a66c
[ci skip] Translation update
2020-10-09 00:04:33 +00:00
HomeAssistant Azure
486c0b644a
[ci skip] Translation update
2020-10-07 00:06:20 +00:00
Alexei Chetroi
0ec4887837
Bump up zha dependency to 0.26.0 ( #41371 )
2020-10-07 01:15:49 +02:00
Shulyaka
9b947e08bf
Add ZHA Analog Input cluster for XBee ( #41311 )
...
* Add ZHA XBee Analog Input cluster
* Fix manufacturer to Digi
2020-10-06 16:01:51 -04:00
HomeAssistant Azure
bcfa4ac959
[ci skip] Translation update
2020-10-06 00:08:09 +00:00
HomeAssistant Azure
8d1d585b40
[ci skip] Translation update
2020-10-05 00:04:23 +00:00
HomeAssistant Azure
f8c2d877aa
[ci skip] Translation update
2020-10-04 00:05:05 +00:00
Abílio Costa
4aacc87425
Indentify IKEA and Phillips motion sensors correctly ( #41111 )
2020-10-03 19:52:21 -04:00
scheric
861fe36f5d
Use common strings in zha config flow ( #41127 )
2020-10-03 14:48:26 +02:00
Alexei Chetroi
9765fc13e8
Bump up ZHA dependency ( #41109 )
2020-10-02 21:25:50 -04:00
Samantha
bebf5368c1
Add full command details to exception Debug log ( #41070 )
2020-10-02 12:18:55 -04:00
Alexei Chetroi
f1f23c0453
Better parsing of the ZHA device profile id ( #41024 )
2020-10-01 21:47:33 -04:00
Alexei Chetroi
9fa23f6479
Bump up zha dependencies ( #40914 )
2020-09-30 20:53:00 -04:00
David F. Mulcahey
ac3a6aaa8c
Bump ZHA quirks lib to 0.0.45 ( #40769 )
2020-09-29 19:59:12 -04:00
Samantha
a8b68dc4f9
Add Neighbors & Endpoint Names to zha/devices reply ( #40748 )
...
* Add Neighbors & Endpoint Names to zha/devices reply.
* Remove unused const
* Add tests & correct const name.
* Change tests to use corresponding enum device_type
2020-09-29 15:25:05 -04:00
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
Alexei Chetroi
b9823791f7
Bump up ZHA dependency ( #40734 )
2020-09-28 20:37:56 -04:00
Alexei Chetroi
988bc8b35f
Bump up zha dependency ( #40689 )
...
* Bump up zha dependency
* Update ZHA dependency for zigpy
2020-09-27 22:23:53 -04:00
puddly
0a16ae6482
Upgrade zigpy-znp from 0.1.1 to 0.2.0 ( #40674 )
2020-09-27 18:13:46 -04:00
Alexei Chetroi
f09f7feb94
Update schema for zha.set_zigbee_cluster_attribute service ( #40600 )
2020-09-25 18:36:55 -04:00
springstan
6c8e0e20fb
Add and use light lux constant in entire code base ( #40171 )
2020-09-23 20:48:01 +02:00
HomeAssistant Azure
75659ff787
[ci skip] Translation update
2020-09-23 00:05:01 +00:00
HomeAssistant Azure
5dcaeebdac
[ci skip] Translation update
2020-09-20 00:05:00 +00:00
Alexei Chetroi
a9168c04fd
Update ZHA dependencies ( #40283 )
2020-09-19 12:39:02 -04:00