homeassistant: change some things around
This commit is contained in:
parent
c4fa2fd551
commit
1bc74fb9a3
1 changed files with 4 additions and 1 deletions
|
@ -126,10 +126,13 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
configWritable = true;
|
configWritable = true;
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
|
"default_config"
|
||||||
"analytics"
|
"analytics"
|
||||||
"shopping_list"
|
"shopping_list"
|
||||||
"fritzbox"
|
"fritzbox"
|
||||||
"met"
|
"met"
|
||||||
|
"esphome"
|
||||||
|
"rpi_power"
|
||||||
];
|
];
|
||||||
|
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
customComponents = with pkgs.home-assistant-custom-components; [
|
||||||
|
@ -140,7 +143,7 @@ in
|
||||||
|
|
||||||
extraPackages =
|
extraPackages =
|
||||||
python3Packages: with python3Packages; [
|
python3Packages: with python3Packages; [
|
||||||
tuya-vacuum
|
ical
|
||||||
];
|
];
|
||||||
|
|
||||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue