mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update base url for ViaggiaTreno API (#71974)
This commit is contained in:
parent
edc1ee2985
commit
8087982193
@ -23,7 +23,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
ATTRIBUTION = "Powered by ViaggiaTreno Data"
|
ATTRIBUTION = "Powered by ViaggiaTreno Data"
|
||||||
|
|
||||||
VIAGGIATRENO_ENDPOINT = (
|
VIAGGIATRENO_ENDPOINT = (
|
||||||
"http://www.viaggiatreno.it/viaggiatrenonew/"
|
"http://www.viaggiatreno.it/infomobilita/"
|
||||||
"resteasy/viaggiatreno/andamentoTreno/"
|
"resteasy/viaggiatreno/andamentoTreno/"
|
||||||
"{station_id}/{train_id}/{timestamp}"
|
"{station_id}/{train_id}/{timestamp}"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user