mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 14:46:30 +00:00
Fix typos (#2704)
This commit is contained in:
parent
a58cfb797c
commit
82060dd242
@ -119,7 +119,7 @@ class HomeAssistantWebSocket(CoreSysAttributes):
|
|||||||
and self._client.ha_version < MIN_VERSION[message_type]
|
and self._client.ha_version < MIN_VERSION[message_type]
|
||||||
):
|
):
|
||||||
_LOGGER.info(
|
_LOGGER.info(
|
||||||
"WebSocket command %s is not supported untill core-%s. Ignoring WebSocket message.",
|
"WebSocket command %s is not supported until core-%s. Ignoring WebSocket message.",
|
||||||
message_type,
|
message_type,
|
||||||
MIN_VERSION[message_type],
|
MIN_VERSION[message_type],
|
||||||
)
|
)
|
||||||
|
@ -40,7 +40,7 @@ async def test_send_command_old_core_version(coresys: CoreSys, caplog):
|
|||||||
)
|
)
|
||||||
|
|
||||||
assert (
|
assert (
|
||||||
"WebSocket command supervisor/event is not supported untill core-2021.2.4"
|
"WebSocket command supervisor/event is not supported until core-2021.2.4"
|
||||||
in caplog.text
|
in caplog.text
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user