From 46eacefab45a439f62a4726d9735df3d65038aa5 Mon Sep 17 00:00:00 2001 From: Lorenzo Milesi Date: Mon, 23 May 2022 15:22:43 +0200 Subject: [PATCH] Update ViaggiaTreno API url (#22787) --- source/_integrations/viaggiatreno.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/viaggiatreno.markdown b/source/_integrations/viaggiatreno.markdown index 8d2b3170605..5ef2b67817f 100644 --- a/source/_integrations/viaggiatreno.markdown +++ b/source/_integrations/viaggiatreno.markdown @@ -16,8 +16,8 @@ The `viaggiatreno` sensor will give you information about configured train ids a To activate the sensor you need at least two parameters: the `train_id` and the `station_id`. The first is available just looking at the [ViaggiaTreno](http://viaggiatreno.it/) timetable, the latter can be obtained using the dedicated API endpoint: -`http://www.viaggiatreno.it/viaggiatrenonew/resteasy/viaggiatreno/autocompletaStazione/` -(e.g., `http://www.viaggiatreno.it/viaggiatrenonew/resteasy/viaggiatreno/autocompletaStazione/ROMA` will list all station names (with ids) that starts with *ROMA*). +`http://www.viaggiatreno.it/infomobilita/resteasy/viaggiatreno/autocompletaStazione/` +(e.g., `http://www.viaggiatreno.it/infomobilita/resteasy/viaggiatreno/autocompletaStazione/ROMA` will list all station names (with ids) that starts with *ROMA*).