Skip to content

Commit 4f1f669

Browse files
committed
Updated image url pattern
1 parent a1edf2c commit 4f1f669

File tree

1 file changed

+1
-1
lines changed
  • custom_components/ingv_centro_nazionale_terremoti

1 file changed

+1
-1
lines changed

custom_components/ingv_centro_nazionale_terremoti/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
FEED: Final = "feed"
3030

31-
IMAGE_URL_PATTERN: Final = "http://shakemap.rm.ingv.it/shake4/data/{}/current/products/intensity.jpg"
31+
IMAGE_URL_PATTERN: Final = "https://shakemap.ingv.it/data/{}/current/products/intensity.jpg"
3232

3333
PLATFORMS: Final = [Platform.SENSOR, Platform.GEO_LOCATION]
3434

0 commit comments

Comments
 (0)