Skip to content

Commit

Permalink
Small formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jun 10, 2023
1 parent 8b4b106 commit 1227d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zha_toolkit/zha.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async def zha_devices(
if ieee is not None:
ieee = str(ieee)
# Select only the device with the given address
devices = [d for d in devices if str(d['ieee']) == ieee ]
devices = [d for d in devices if str(d["ieee"]) == ieee]

# Set default value for 'devices' in event_data,
# may be slimmed down. Ensures that devices is set in case
Expand Down

0 comments on commit 1227d27

Please sign in to comment.