From fdedba9b40c75f621fde53e29b2ca1315920f256 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 22:08:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- custom_components/adaptive_lighting/switch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index 9f7e8de4..b5b9f55c 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -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