mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-27 03:06:30 +00:00
more docs
This commit is contained in:
parent
1e663bc6e6
commit
91514ae62e
@ -123,3 +123,15 @@ The entity registry must be modified in the event loop thread. There is no sync
|
|||||||
#### entity_registry.async_update_entity
|
#### entity_registry.async_update_entity
|
||||||
|
|
||||||
The entity registry must be modified in the event loop thread. There is no sync API for the entity registry. Use `hass.add_job` to schedule a function in the event loop that calls `entity_registry.async_update_entity`.
|
The entity registry must be modified in the event loop thread. There is no sync API for the entity registry. Use `hass.add_job` to schedule a function in the event loop that calls `entity_registry.async_update_entity`.
|
||||||
|
|
||||||
|
#### floor_registry.async_create
|
||||||
|
|
||||||
|
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_create`.
|
||||||
|
|
||||||
|
#### floor_registry.async_delete
|
||||||
|
|
||||||
|
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_delete`.
|
||||||
|
|
||||||
|
#### 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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user