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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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