mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
update home-assistant config
This commit is contained in:
parent
144e833251
commit
0ed8cb227d
1 changed files with 7 additions and 1 deletions
|
@ -5,14 +5,20 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
"cast"
|
"cast"
|
||||||
|
"cloud"
|
||||||
|
"enphase_envoy"
|
||||||
"esphome"
|
"esphome"
|
||||||
"google_translate"
|
"google_translate"
|
||||||
|
"homekit_controller"
|
||||||
|
"jellyfin"
|
||||||
"lacrosse"
|
"lacrosse"
|
||||||
"lacrosse_view"
|
"lacrosse_view"
|
||||||
|
"litterrobot"
|
||||||
"met"
|
"met"
|
||||||
"nest"
|
"nest"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
"systemmonitor"
|
"systemmonitor"
|
||||||
|
"thread"
|
||||||
"tplink"
|
"tplink"
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
|
@ -27,4 +33,4 @@
|
||||||
feedreader.urls = [ "https://nixos.org/blogs.xml" ];
|
feedreader.urls = [ "https://nixos.org/blogs.xml" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue