Fix train to for multiple stations in Trafikverket Train (#142016)

pull/134442/head^2
G Johansson 2025-04-01 20:27:34 +02:00 committed by GitHub
parent 91c53e9c52
commit e7fadcda7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,