mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-25 02:06:31 +00:00
more docs
This commit is contained in:
parent
91514ae62e
commit
55572ff252
@ -135,3 +135,15 @@ The floor registry must be modified in the event loop thread. There is no sync A
|
|||||||
#### floor_registry.async_update
|
#### floor_registry.async_update
|
||||||
|
|
||||||
The floor registry must be modified in the event loop thread. There is no sync API for the floor registry. Use `hass.add_job` to schedule a function in the event loop that calls `floor_registry.async_update`.
|
The floor registry must be modified in the event loop thread. There is no sync API for the floor registry. Use `hass.add_job` to schedule a function in the event loop that calls `floor_registry.async_update`.
|
||||||
|
|
||||||
|
#### label_registry.async_create
|
||||||
|
|
||||||
|
The label registry must be modified in the event loop thread. There is no sync API for the label registry. Use `hass.add_job` to schedule a function in the event loop that calls `label_registry.async_create`.
|
||||||
|
|
||||||
|
#### label_registry.async_delete
|
||||||
|
|
||||||
|
The label registry must be modified in the event loop thread. There is no sync API for the label registry. Use `hass.add_job` to schedule a function in the event loop that calls `label_registry.async_delete`.
|
||||||
|
|
||||||
|
#### label_registry.async_update
|
||||||
|
|
||||||
|
The label registry must be modified in the event loop thread. There is no sync API for the label registry. Use `hass.add_job` to schedule a function in the event loop that calls `label_registry.async_updat`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user