Skip to content

Commit

Permalink
Minor black change
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jan 23, 2022
1 parent b48eead commit 6f65988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/zha_toolkit/zcl_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ async def zcl_cmd(app, listener, ieee, cmd, data, service, event_data={}, params
# Direction 0 = Client to Server, as in protocol bit
is_in_cluster = dir_int == 0


if ep_id not in dev.endpoints:
msg = f"Endpoint {ep_id} not found for '{repr(ieee)}'"
LOGGER.error(msg)
Expand Down

0 comments on commit 6f65988

Please sign in to comment.