mirror of
https://github.com/esphome/esphome.git
synced 2025-07-23 11:46:39 +00:00
fix schema-gen-ci failures (#8621)
This commit is contained in:
parent
666d5374ea
commit
3d24dea455
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user