mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Combine short strings in components (#135265)
This commit is contained in:
@ -927,10 +927,7 @@ def filter_unique_constraint_integrity_error(
|
||||
|
||||
if ignore:
|
||||
_LOGGER.warning(
|
||||
(
|
||||
"Blocked attempt to insert duplicated %s rows, please report"
|
||||
" at %s"
|
||||
),
|
||||
"Blocked attempt to insert duplicated %s rows, please report at %s",
|
||||
row_type,
|
||||
"https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+recorder%22",
|
||||
exc_info=err,
|
||||
|
Reference in New Issue
Block a user