home-assistant: use yaml mode for lovelace
Some checks failed
Check flake / build-amd64-linux (push) Failing after 2m59s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 2m59s
This commit is contained in:
@ -66,7 +66,9 @@ in
|
||||
default = "info";
|
||||
logs = { };
|
||||
};
|
||||
lovelace = { };
|
||||
lovelace = {
|
||||
mode = "yaml";
|
||||
};
|
||||
media_player = [ ];
|
||||
mobile_app = { };
|
||||
onkyo = { };
|
||||
@ -288,6 +290,8 @@ in
|
||||
lovelace-state-switch
|
||||
lovelace-weather-radar-card
|
||||
]);
|
||||
|
||||
lovelaceConfigWritable = true;
|
||||
};
|
||||
|
||||
modules.services.borgmatic.directories = [
|
||||
|
Reference in New Issue
Block a user