Go to the source code of this file.
|
| 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) |
| |