[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-04-29 22:08:18 +00:00
commit fdedba9b40

View file

@ -739,6 +739,7 @@ def _expand_light_groups(hass: HomeAssistant, lights: list[str]) -> list[str]:
all_lights.add(light)
return list(all_lights)
def _supported_to_attributes(supported):
supported_attributes = {}
supports_colors = False