mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Order train station names in Israel rail API (#126121)
This commit is contained in:
parent
c5839604d5
commit
b262e1518f
@ -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(
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user