mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Downgrade discovery duplicate logging (#824)
This commit is contained in:
parent
254d6aee32
commit
f33434fb01
@ -74,7 +74,7 @@ class Discovery(CoreSysAttributes, JsonConfig):
|
|||||||
for old_message in self.list_messages:
|
for old_message in self.list_messages:
|
||||||
if old_message != message:
|
if old_message != message:
|
||||||
continue
|
continue
|
||||||
_LOGGER.warning("Duplicate discovery message from %s", addon.slug)
|
_LOGGER.info("Duplicate discovery message from %s", addon.slug)
|
||||||
return old_message
|
return old_message
|
||||||
|
|
||||||
_LOGGER.info("Send discovery to Home Assistant %s from %s",
|
_LOGGER.info("Send discovery to Home Assistant %s from %s",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user