l hass: remove redundant dwdfsapi
This commit is contained in:
parent
c1bda245e7
commit
7081f38b07
|
@ -43,11 +43,9 @@ in {
|
||||||
|
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (unstable.home-assistant.overrideAttrs (old: {
|
package = unstable.home-assistant.overrideAttrs (old: {
|
||||||
doInstallCheck = false;
|
doInstallCheck = false;
|
||||||
})).override {
|
});
|
||||||
extraPackages = _: [ dwdwfsapi ];
|
|
||||||
};
|
|
||||||
configWritable = true;
|
configWritable = true;
|
||||||
lovelaceConfigWritable = true;
|
lovelaceConfigWritable = true;
|
||||||
config = let
|
config = let
|
||||||
|
|
Loading…
Reference in a new issue