Fix extra arguments of group integration (#32032)

This commit is contained in:
Franck Nijhof
2020-02-20 20:15:45 +01:00
committed by GitHub
parent 20e3c91ebd
commit 2e35190aff

View File

@@ -244,7 +244,7 @@ async def async_setup(hass, config):
extra_arg = {
attr: service.data[attr]
for attr in (ATTR_ICON)
for attr in (ATTR_ICON,)
if service.data.get(attr) is not None
}