From 601c1896ab8bd1e34ca45f8cd042266a61c2040f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 14 May 2024 10:07:33 +0900 Subject: [PATCH] tweak --- docs/asyncio_thread_safety.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asyncio_thread_safety.md b/docs/asyncio_thread_safety.md index 13a1b091..372068da 100644 --- a/docs/asyncio_thread_safety.md +++ b/docs/asyncio_thread_safety.md @@ -29,4 +29,4 @@ When registering a services from a thread other than the event loop thread, inst ### hass.services.async_remove -When registering a services from a thread other than the event loop thread, instead use `hass.services.remove` \ No newline at end of file +When removing a services from a thread other than the event loop thread, instead use `hass.services.remove` \ No newline at end of file