mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 17:16:33 +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:
|
||||
if old_message != message:
|
||||
continue
|
||||
_LOGGER.warning("Duplicate discovery message from %s", addon.slug)
|
||||
_LOGGER.info("Duplicate discovery message from %s", addon.slug)
|
||||
return old_message
|
||||
|
||||
_LOGGER.info("Send discovery to Home Assistant %s from %s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user