mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix extra arguments of group integration (#32032)
This commit is contained in:
parent
20e3c91ebd
commit
2e35190aff
@ -244,7 +244,7 @@ async def async_setup(hass, config):
|
|||||||
|
|
||||||
extra_arg = {
|
extra_arg = {
|
||||||
attr: service.data[attr]
|
attr: service.data[attr]
|
||||||
for attr in (ATTR_ICON)
|
for attr in (ATTR_ICON,)
|
||||||
if service.data.get(attr) is not None
|
if service.data.get(attr) is not None
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user