mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
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:
@@ -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),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user