mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
sort
This commit is contained in:
parent
2a78ccec25
commit
8ff125f779
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ def _expand_light_groups(hass: HomeAssistant, lights: list[str]) -> list[str]:
|
|||
_LOGGER.debug("Expanded %s to %s", light, group)
|
||||
else:
|
||||
all_lights.add(light)
|
||||
return list(all_lights)
|
||||
return sorted(all_lights)
|
||||
|
||||
|
||||
@bind_hass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue