diff --git a/custom_components/zha_toolkit/zha.py b/custom_components/zha_toolkit/zha.py index aff7a42..d883a22 100644 --- a/custom_components/zha_toolkit/zha.py +++ b/custom_components/zha_toolkit/zha.py @@ -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