Skip to content

Commit

Permalink
Add default placeholders for config validation errors (home-assistant…
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Nov 22, 2024
1 parent 9e98e44 commit f65d973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,8 @@ def _get_log_message_and_stack_print_pref(
"domain": domain,
"error": str(exception),
"p_name": platform_path,
"config_file": "?",
"line": "?",
}

show_stack_trace: bool | None = _CONFIG_LOG_SHOW_STACK_TRACE.get(
Expand Down

0 comments on commit f65d973

Please sign in to comment.