1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Fix typo in discovery log message (#1761)

typo
This commit is contained in:
Michal
2020-05-30 12:37:08 +01:00
committed by GitHub
parent 51feca05a5
commit 51c2268c1e

View File

@@ -118,7 +118,7 @@ class Discovery(CoreSysAttributes, JsonConfig):
async def _push_discovery(self, message: Message, command: str) -> None:
"""Send a discovery request."""
if not await self.sys_homeassistant.check_api_state():
_LOGGER.info("Discovery %s mesage ignore", message.uuid)
_LOGGER.info("Discovery %s message ignore", message.uuid)
return
data = attr.asdict(message)