first commit
This commit is contained in:
18
homeassistant.nix
Normal file
18
homeassistant.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
|
||||
extraComponents = [
|
||||
"analytics"
|
||||
"google_translate"
|
||||
"met"
|
||||
"radio_browser"
|
||||
"shopping_list"
|
||||
"isal"
|
||||
];
|
||||
|
||||
config = {
|
||||
default_config = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user