Skip to content

Commit 60d00b8

Browse files
committed
Add ingress panel to Home Assistant
1 parent 461ef9b commit 60d00b8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/layouts/partial-panel-resolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { HassRouterPage } from "./hass-router-page";
1616

1717
const CACHE_URL_PATHS = ["lovelace", "developer-tools"];
1818
const COMPONENTS = {
19+
app: () => import("../panels/app/ha-panel-app"),
1920
energy: () => import("../panels/energy/ha-panel-energy"),
2021
calendar: () => import("../panels/calendar/ha-panel-calendar"),
2122
config: () => import("../panels/config/ha-panel-config"),

src/translations/en.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,6 +2222,17 @@
22222222
"reset_confirmation": "Are you sure you want to reset the sidebar to its default configuration? This will restore the original order and visibility of all panels."
22232223
},
22242224
"panel": {
2225+
"app": {
2226+
"error_addon_not_installed": "The add-on is not installed. Please install it first.",
2227+
"error_addon_no_ingress": "This add-on does not support ingress.",
2228+
"error_addon_not_running": "The add-on is not running. Do you want to start it now?",
2229+
"start_addon": "Start add-on",
2230+
"addon_starting": "The add-on is starting, this can take some time...",
2231+
"error_starting_addon": "Error starting the add-on",
2232+
"error_creating_session": "Unable to create an ingress session",
2233+
"error_addon_not_ready": "The add-on seems to not be ready, it might still be starting. Do you want to try again?",
2234+
"retry": "Retry"
2235+
},
22252236
"home": {
22262237
"editor": {
22272238
"title": "Edit home page",

0 commit comments

Comments
 (0)