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:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user