mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Log type as well as value for unique_id checks (#129575)
This commit is contained in:
@@ -1638,11 +1638,12 @@ class ConfigEntryItems(UserDict[str, ConfigEntry]):
|
||||
_LOGGER.error(
|
||||
(
|
||||
"Config entry '%s' from integration %s has an invalid unique_id"
|
||||
" '%s', please %s"
|
||||
" '%s' of type %s when a string is expected, please %s"
|
||||
),
|
||||
entry.title,
|
||||
entry.domain,
|
||||
entry.unique_id,
|
||||
type(entry.unique_id).__name__,
|
||||
report_issue,
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user