mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +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
|
||||
|
||||
STATIONS_NAMES = [station["Heb"] for station in STATIONS.values()]
|
||||
STATIONS_NAMES.sort()
|
||||
|
||||
DATA_SCHEMA = vol.Schema(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user