Skip to content

Commit 71c6176

Browse files
committed
Format code
1 parent 6aeffa3 commit 71c6176

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

custom_components/zha_toolkit/services.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2401,9 +2401,8 @@ zcl_cmd:
24012401
text:
24022402
kwargs:
24032403
name: Command Keyword Arguments
2404-
description:
2405-
Keyword arguments for command
2406-
example: {"code": "cool_code"}
2404+
description: Keyword arguments for command
2405+
example: { "code": "cool_code" }
24072406
selector:
24082407
text:
24092408
tries:

custom_components/zha_toolkit/zcl_cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async def zcl_cmd(app, listener, ieee, cmd, data, service, params, event_data):
121121
manufacturer=manf,
122122
expect_reply=expect_reply,
123123
tries=tries,
124-
**kw_args
124+
**kw_args,
125125
)
126126
else:
127127
if cluster_id not in endpoint.out_clusters:

0 commit comments

Comments
 (0)