1
0
Fork 0

Embed own services into home-assistant

This commit is contained in:
Malte Brandy 2021-06-08 23:37:52 +02:00
parent d03deae285
commit 41a08c6f1e
2 changed files with 9 additions and 2 deletions

View file

@ -12,6 +12,13 @@
);
config = {
default_config = { };
panel_iframe = {
graphen = { title = "Graphen"; url = "https://stats.maralorn.de/?kiosk"; icon = "mdi:chart-line"; };
tasks = { title = "Tasks"; url = "https://tasks.maralorn.de"; icon = "mdi:format-list-checks"; };
ci = { title = "CI"; url = "https://ci.maralorn.de"; icon = "mdi:code-tags-check"; };
monitoring = { title = "Monitoring"; url = "https://monitoring.maralorn.de/alerts"; icon = "mdi:binoculars"; };
alerts = { title = "Alerts"; url = "https://alerts.maralorn.de"; icon = "mdi:bell"; };
};
sensor = [
{
platform = "rmvtransport";

View file

@ -33,10 +33,10 @@ in
enable = true;
auth.anonymous.enable = true;
extraOptions = {
SECURITY_ALLOW_EMBEDDING = "true";
USERS_DEFAULT_THEME = "light";
AUTH_BASIC_ENABLED = "false";
DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH =
"${dashboards}/health-status.json";
DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH = "${dashboards}/health-status.json";
};
provision = {
enable = true;