Fix grammar errors in asyncio thread safety docs (#2173)

This commit is contained in:
J. Nick Koston 2024-05-19 21:49:29 -10:00 committed by GitHub
parent a80d1974d6
commit bdb7fdd4d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,11 +62,11 @@ When firing an event from a thread other than the event loop thread, instead use
#### hass.services.async_register
When registering a services from a thread other than the event loop thread, instead use `hass.services.register`
When registering a service from a thread other than the event loop thread, instead use `hass.services.register`
#### hass.services.async_remove
When removing a services from a thread other than the event loop thread, instead use `hass.services.remove`
When removing a service from a thread other than the event loop thread, instead use `hass.services.remove`
#### async_write_ha_state