Skip to content

Commit

Permalink
Force logging
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru authored Nov 22, 2022
1 parent 05e0a75 commit 3045694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/helpers/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_sensor_value_text(
global __content_sensor_default__
if __content_sensor_default__ is None:
__content_sensor_default__ = _load_lang_from_file(
f"../translations/{platform}.{LANG_DEFAULT}.json", log_warning=False
f"../translations/{platform}.{LANG_DEFAULT}.json", log_warning=True
)
if __content_sensor_locale__ is None and lang != LANG_DEFAULT:
__content_sensor_locale__ = _load_lang_from_file(
Expand Down

0 comments on commit 3045694

Please sign in to comment.