Home Assistant Unofficial Reference 2024.12.1
floor_registry.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.config.floor_registry
 

Functions

dict[str, Any] homeassistant.components.config.floor_registry._entry_dict (FloorEntry entry)
 
bool homeassistant.components.config.floor_registry.async_setup (HomeAssistant hass)
 
None homeassistant.components.config.floor_registry.websocket_create_floor (HomeAssistant hass, ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.floor_registry.websocket_delete_floor (HomeAssistant hass, ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.floor_registry.websocket_list_floors (HomeAssistant hass, ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.floor_registry.websocket_update_floor (HomeAssistant hass, ActiveConnection connection, dict[str, Any] msg)