mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix typo in thread (#88916)
This commit is contained in:
parent
f93bd8ef2c
commit
c38df1102a
@ -160,7 +160,7 @@ async def ws_discover_routers(
|
|||||||
|
|
||||||
@callback
|
@callback
|
||||||
def router_removed(key: str) -> None:
|
def router_removed(key: str) -> None:
|
||||||
"""Forward router discovery or update to websocket."""
|
"""Forward router removed to websocket."""
|
||||||
|
|
||||||
connection.send_message(
|
connection.send_message(
|
||||||
websocket_api.event_message(
|
websocket_api.event_message(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user