mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-29 12:16:30 +00:00
more docs
This commit is contained in:
parent
78d6aed623
commit
f2b967f352
@ -90,4 +90,16 @@ The area registry must be modified in the event loop thread. There is no sync AP
|
||||
|
||||
#### area_registry.async_update
|
||||
|
||||
The area registry must be modified in the event loop thread. There is no sync API for the area registry. Use `hass.add_job` to schedule a function in the event loop that calls `area_registry.async_update`.
|
||||
The area registry must be modified in the event loop thread. There is no sync API for the area registry. Use `hass.add_job` to schedule a function in the event loop that calls `area_registry.async_update`.
|
||||
|
||||
#### category_registry.async_create
|
||||
|
||||
The category registry must be modified in the event loop thread. There is no sync API for the category registry. Use `hass.add_job` to schedule a function in the event loop that calls `category_registry.async_create`.
|
||||
|
||||
#### category_registry.async_delete
|
||||
|
||||
The category registry must be modified in the event loop thread. There is no sync API for the category registry. Use `hass.add_job` to schedule a function in the event loop that calls `category_registry.async_delete`.
|
||||
|
||||
#### category_registry.async_update
|
||||
|
||||
The category registry must be modified in the event loop thread. There is no sync API for the category registry. Use `hass.add_job` to schedule a function in the event loop that calls `category_registry.async_update`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user