Skip to content

Commit

Permalink
Add info if device fiels list is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Aug 22, 2023
1 parent 5235945 commit 9ee4f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/zha_toolkit/zha.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ async def zha_devices(
# may be slimmed down. Ensures that devices is set in case
# an exception occurs.
event_data["devices"] = devices
event_data["selectDeviceFields"] = selectDeviceFields

if params[p.CSV_LABEL] is not None and isinstance(
params[p.CSV_LABEL], str
Expand Down

0 comments on commit 9ee4f94

Please sign in to comment.