Add floor registry (#110741)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Franck Nijhof
2024-02-17 21:21:15 +01:00
committed by GitHub
parent 1ded412061
commit 4570eed6f6
11 changed files with 1104 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ from homeassistant.helpers import (
entity_platform,
entity_registry as er,
event,
floor_registry as fr,
intent,
issue_registry as ir,
recorder as recorder_helper,
@@ -294,6 +295,7 @@ async def async_test_home_assistant(
ar.async_load(hass),
dr.async_load(hass),
er.async_load(hass),
fr.async_load(hass),
ir.async_load(hass),
rs.async_load(hass),
)