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";
|
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 = [
|
||||||
|
Reference in New Issue
Block a user