Skip to content

Commit

Permalink
Order train station names in Israel rail API (home-assistant#126121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0oki authored Sep 17, 2024
1 parent c583960 commit b262e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/israel_rail/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from .const import CONF_DESTINATION, CONF_START, DOMAIN

STATIONS_NAMES = [station["Heb"] for station in STATIONS.values()]
STATIONS_NAMES.sort()

DATA_SCHEMA = vol.Schema(
{
Expand Down

0 comments on commit b262e15

Please sign in to comment.