Skip to content

Commit 3045694

Browse files
authored
Force logging
1 parent 05e0a75 commit 3045694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/luxtronik/helpers/helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_sensor_value_text(
5050
global __content_sensor_default__
5151
if __content_sensor_default__ is None:
5252
__content_sensor_default__ = _load_lang_from_file(
53-
f"../translations/{platform}.{LANG_DEFAULT}.json", log_warning=False
53+
f"../translations/{platform}.{LANG_DEFAULT}.json", log_warning=True
5454
)
5555
if __content_sensor_locale__ is None and lang != LANG_DEFAULT:
5656
__content_sensor_locale__ = _load_lang_from_file(

0 commit comments

Comments
 (0)