mirror of
https://github.com/esphome/esphome.git
synced 2025-01-18 20:10:55 +00:00
Sort the list of available nodes alphabetically
This commit is contained in:
parent
6adc323f66
commit
a1ba64ad9b
@ -253,4 +253,4 @@ def get_mac_suffix_nodes(node_name: str) -> list[str]:
|
||||
except KeyboardInterrupt:
|
||||
loop.run_until_complete(runner.async_close())
|
||||
|
||||
return runner.found_nodes
|
||||
return sorted(runner.found_nodes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user