mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Order train station names in Israel rail API (#126121)
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
Reference in New Issue
Block a user