We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e0a75 commit 3045694Copy full SHA for 3045694
custom_components/luxtronik/helpers/helper.py
@@ -50,7 +50,7 @@ def get_sensor_value_text(
50
global __content_sensor_default__
51
if __content_sensor_default__ is None:
52
__content_sensor_default__ = _load_lang_from_file(
53
- f"../translations/{platform}.{LANG_DEFAULT}.json", log_warning=False
+ f"../translations/{platform}.{LANG_DEFAULT}.json", log_warning=True
54
)
55
if __content_sensor_locale__ is None and lang != LANG_DEFAULT:
56
__content_sensor_locale__ = _load_lang_from_file(
0 commit comments