Skip to content

Commit 7cd336c

Browse files
authored
Change default timezonefinder version to 5.2.0
timezonefinder>=6 changed its build infrastructure and started using the h3 package, which seems to break on ARM targets. Going back to version 5.2.0 seems to avoid those problems.
1 parent 2a3f0bf commit 7cd336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/composite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from .device_tracker import COMPOSITE_TRACKER
4141

4242
CONF_TZ_FINDER = "tz_finder"
43-
DEFAULT_TZ_FINDER = "timezonefinder==6.2.0"
43+
DEFAULT_TZ_FINDER = "timezonefinder==5.2.0"
4444
CONF_TZ_FINDER_CLASS = "tz_finder_class"
4545
PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR]
4646
TZ_FINDER_CLASS_OPTS = ["TimezoneFinder", "TimezoneFinderL"]

0 commit comments

Comments
 (0)