home-assistant: use yaml mode for lovelace
Some checks failed
Check flake / build-amd64-linux (push) Failing after 2m59s

This commit is contained in:
2025-01-27 01:00:01 +00:00
parent ef35732e4a
commit 1f95f6d33e

View File

@ -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 = { };
@ -288,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 = [