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