Compare commits
3 Commits
631ab0144f
...
1f95f6d33e
Author | SHA1 | Date | |
---|---|---|---|
1f95f6d33e | |||
ef35732e4a | |||
063c10bce5 |
@ -66,7 +66,9 @@ in
|
|||||||
default = "info";
|
default = "info";
|
||||||
logs = { };
|
logs = { };
|
||||||
};
|
};
|
||||||
lovelace = { };
|
lovelace = {
|
||||||
|
mode = "yaml";
|
||||||
|
};
|
||||||
media_player = [ ];
|
media_player = [ ];
|
||||||
mobile_app = { };
|
mobile_app = { };
|
||||||
onkyo = { };
|
onkyo = { };
|
||||||
@ -269,65 +271,6 @@ in
|
|||||||
home-assistant-minimalist
|
home-assistant-minimalist
|
||||||
];
|
];
|
||||||
|
|
||||||
config.lovelace.resources = [
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/auto-entities.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/bubble-card.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/bubble-popup-fix.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/button-card.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/card-mod.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/layout-card.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/light-entity-card.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/mini-graph-card-bundle.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/mini-media-player-bundle.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/my-cards.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/sankey-chart.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/simple-weather-card-bundle.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/state-switch.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
url = "/local/nixos-lovelace-modules/weather-radar-card.js";
|
|
||||||
type = "module";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
customLovelaceModules =
|
customLovelaceModules =
|
||||||
(with pkgs.home-assistant-custom-lovelace-modules; [
|
(with pkgs.home-assistant-custom-lovelace-modules; [
|
||||||
bubble-card
|
bubble-card
|
||||||
@ -347,6 +290,8 @@ in
|
|||||||
lovelace-state-switch
|
lovelace-state-switch
|
||||||
lovelace-weather-radar-card
|
lovelace-weather-radar-card
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
lovelaceConfigWritable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
modules.services.borgmatic.directories = [
|
modules.services.borgmatic.directories = [
|
||||||
|
@ -26,9 +26,7 @@ buildNpmPackage rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru.entrypoint = "auto-entities.js";
|
||||||
entrypoint = "auto-entities.js";
|
|
||||||
};
|
|
||||||
|
|
||||||
makeCacheWritable = true;
|
makeCacheWritable = true;
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ buildNpmPackage rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.entrypoint = "floorplan.js";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Floorplan for Home Assistant";
|
description = "Floorplan for Home Assistant";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
@ -26,6 +26,8 @@ buildNpmPackage rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.entrypoint = "layout-card.js";
|
||||||
|
|
||||||
makeCacheWritable = true;
|
makeCacheWritable = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -26,6 +26,8 @@ buildNpmPackage rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.entrypoint = "my-cards.js";
|
||||||
|
|
||||||
makeCacheWritable = true;
|
makeCacheWritable = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -26,6 +26,8 @@ buildNpmPackage rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.entrypoint = "state-switch.js";
|
||||||
|
|
||||||
makeCacheWritable = true;
|
makeCacheWritable = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user