1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Bump up ZHA dependencies (#26746)

* Update ZHA to track zigpy changes.
* Update ZHA dependencies.
* Update tests.
* Make coverage happy again.
This commit is contained in:
Alexei Chetroi
2019-09-23 13:35:27 -04:00
committed by GitHub
parent 911d289333
commit 9c0fbfd101
13 changed files with 30 additions and 41 deletions

View File

@@ -177,7 +177,7 @@ async def send_attribute_report(hass, cluster, attrid, value):
device is paired to the zigbee network.
"""
attr = make_attribute(attrid, value)
cluster.handle_message(False, 1, 0x0A, [[attr]])
cluster.handle_message(1, 0x0A, [[attr]])
await hass.async_block_till_done()