1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

fix schema-gen-ci failures (#8621)

This commit is contained in:
Guillermo Ruffino
2025-04-24 22:30:22 -03:00
committed by GitHub
parent 666d5374ea
commit 3d24dea455

View File

@@ -77,7 +77,7 @@ def get_component_names():
if d not in component_names and d not in skip_components:
component_names.append(d)
return component_names
return sorted(component_names)
def load_components():