mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +02:00
Format viaggiatreno/sensor.py (#74161)
This commit is contained in:
@@ -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/infomobilita/"
|
"http://www.viaggiatreno.it/infomobilita/"
|
||||||
"resteasy/viaggiatreno/andamentoTreno/"
|
"resteasy/viaggiatreno/andamentoTreno/"
|
||||||
"{station_id}/{train_id}/{timestamp}"
|
"{station_id}/{train_id}/{timestamp}"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user