mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix train to for multiple stations in Trafikverket Train (#142016)
This commit is contained in:
parent
91c53e9c52
commit
e7fadcda7b
@ -266,7 +266,7 @@ class TVTrainConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
{
|
||||
CONF_API_KEY: api_key,
|
||||
CONF_FROM: train_from,
|
||||
CONF_TO: user_input[CONF_TO],
|
||||
CONF_TO: train_to,
|
||||
CONF_TIME: train_time,
|
||||
CONF_WEEKDAY: train_days,
|
||||
CONF_FILTER_PRODUCT: filter_product,
|
||||
|
Loading…
x
Reference in New Issue
Block a user