We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1edf2c commit 4f1f669Copy full SHA for 4f1f669
custom_components/ingv_centro_nazionale_terremoti/const.py
@@ -28,7 +28,7 @@
28
29
FEED: Final = "feed"
30
31
-IMAGE_URL_PATTERN: Final = "http://shakemap.rm.ingv.it/shake4/data/{}/current/products/intensity.jpg"
+IMAGE_URL_PATTERN: Final = "https://shakemap.ingv.it/data/{}/current/products/intensity.jpg"
32
33
PLATFORMS: Final = [Platform.SENSOR, Platform.GEO_LOCATION]
34
0 commit comments