Bump ZHA dependencies (#109770)

* Bump ZHA dependencies

* Bump universal-silabs-flasher to 0.0.18

* Flip `Server_to_Client` enum in ZHA unit test

* Bump zigpy to 0.62.2
This commit is contained in:
puddly 2024-02-06 09:40:29 -05:00 committed by GitHub
parent 0cb913370f
commit a533fa222e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 16 deletions

View file

@ -205,7 +205,7 @@ def make_packet(zigpy_device, cluster, cmd_name: str, **kwargs):
command_id=cluster.commands_by_name[cmd_name].id,
schema=cluster.commands_by_name[cmd_name].schema,
disable_default_response=False,
direction=foundation.Direction.Server_to_Client,
direction=foundation.Direction.Client_to_Server,
args=(),
kwargs=kwargs,
)