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

This commit is contained in:
G Johansson 2025-04-01 20:27:34 +02:00 committed by Franck Nijhof
parent 00177c699e
commit d47ef835d7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -266,7 +266,7 @@ class TVTrainConfigFlow(ConfigFlow, domain=DOMAIN):
{ {
CONF_API_KEY: api_key, CONF_API_KEY: api_key,
CONF_FROM: train_from, CONF_FROM: train_from,
CONF_TO: user_input[CONF_TO], CONF_TO: train_to,
CONF_TIME: train_time, CONF_TIME: train_time,
CONF_WEEKDAY: train_days, CONF_WEEKDAY: train_days,
CONF_FILTER_PRODUCT: filter_product, CONF_FILTER_PRODUCT: filter_product,