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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)