installed more home assistant components
This commit is contained in:
parent
2fb56dc296
commit
1e5eed80c1
1 changed files with 17 additions and 0 deletions
|
@ -64,6 +64,8 @@ in {
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
configDir = configDir;
|
configDir = configDir;
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
|
"default_config"
|
||||||
|
"esphome"
|
||||||
"met"
|
"met"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
"isal"
|
"isal"
|
||||||
|
@ -76,6 +78,20 @@ in {
|
||||||
"openweathermap"
|
"openweathermap"
|
||||||
"ollama"
|
"ollama"
|
||||||
"mobile_app"
|
"mobile_app"
|
||||||
|
"logbook"
|
||||||
|
"ssdp"
|
||||||
|
"usb"
|
||||||
|
"webhook"
|
||||||
|
"bluetooth"
|
||||||
|
"dhcp"
|
||||||
|
"energy"
|
||||||
|
"history"
|
||||||
|
"backup"
|
||||||
|
"assist_pipeline"
|
||||||
|
"conversation"
|
||||||
|
"sun"
|
||||||
|
"zeroconf"
|
||||||
|
"cpuspeed"
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
http = {
|
http = {
|
||||||
|
@ -92,6 +108,7 @@ in {
|
||||||
recorder.db_url = "postgresql://@/${dbUser}";
|
recorder.db_url = "postgresql://@/${dbUser}";
|
||||||
"automation manual" = [];
|
"automation manual" = [];
|
||||||
"automation ui" = "!include automations.yaml";
|
"automation ui" = "!include automations.yaml";
|
||||||
|
mobile_app = {};
|
||||||
};
|
};
|
||||||
extraPackages = python3Packages:
|
extraPackages = python3Packages:
|
||||||
with python3Packages; [
|
with python3Packages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue