Order train station names in Israel rail API (#126121)

This commit is contained in:
Elisha Eshed
2024-09-17 18:18:35 +03:00
committed by GitHub
parent c5839604d5
commit b262e1518f

View File

@@ -12,6 +12,7 @@ from homeassistant.config_entries import ConfigFlow, ConfigFlowResult
from .const import CONF_DESTINATION, CONF_START, DOMAIN from .const import CONF_DESTINATION, CONF_START, DOMAIN
STATIONS_NAMES = [station["Heb"] for station in STATIONS.values()] STATIONS_NAMES = [station["Heb"] for station in STATIONS.values()]
STATIONS_NAMES.sort()
DATA_SCHEMA = vol.Schema( DATA_SCHEMA = vol.Schema(
{ {