@@ -10,6 +10,7 @@ import {
10
10
import { HomeAssistantAppEl } from "../../src/layouts/home-assistant" ;
11
11
import { HomeAssistant } from "../../src/types" ;
12
12
import { selectedDemoConfig } from "./configs/demo-configs" ;
13
+ import { mockAreaRegistry } from "./stubs/area_registry" ;
13
14
import { mockAuth } from "./stubs/auth" ;
14
15
import { mockConfigEntries } from "./stubs/config_entries" ;
15
16
import { mockEnergy } from "./stubs/energy" ;
@@ -23,10 +24,10 @@ import { mockLovelace } from "./stubs/lovelace";
23
24
import { mockMediaPlayer } from "./stubs/media_player" ;
24
25
import { mockPersistentNotification } from "./stubs/persistent_notification" ;
25
26
import { mockRecorder } from "./stubs/recorder" ;
26
- import { mockTodo } from "./stubs/todo" ;
27
27
import { mockSensor } from "./stubs/sensor" ;
28
28
import { mockSystemLog } from "./stubs/system_log" ;
29
29
import { mockTemplate } from "./stubs/template" ;
30
+ import { mockTodo } from "./stubs/todo" ;
30
31
import { mockTranslations } from "./stubs/translations" ;
31
32
32
33
@customElement ( "ha-demo" )
@@ -62,6 +63,7 @@ export class HaDemo extends HomeAssistantAppEl {
62
63
mockEnergy ( hass ) ;
63
64
mockPersistentNotification ( hass ) ;
64
65
mockConfigEntries ( hass ) ;
66
+ mockAreaRegistry ( hass ) ;
65
67
mockEntityRegistry ( hass , [
66
68
{
67
69
config_entry_id : "co2signal" ,
0 commit comments