This commit is contained in:
J. Nick Koston 2024-05-14 10:07:33 +09:00
parent fdd484e20b
commit 601c1896ab
No known key found for this signature in database

View File

@ -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`
When removing a services from a thread other than the event loop thread, instead use `hass.services.remove`