mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2025-02-22 00:32:16 -08:00
added missing config line
This commit is contained in:
parent
0e1870f6cf
commit
41b6f63e81
1 changed files with 2 additions and 25 deletions
|
@ -14,6 +14,7 @@
|
|||
"history"
|
||||
"history_stats"
|
||||
"mqtt"
|
||||
"mobile_app"
|
||||
];
|
||||
|
||||
extraPackages = python3Packages:
|
||||
|
@ -23,31 +24,6 @@
|
|||
# psycopg2 # uncomment for recorder postgressql support
|
||||
];
|
||||
|
||||
defaultIntegrations = [
|
||||
"application_credentials"
|
||||
"frontend"
|
||||
"hardware"
|
||||
"logger"
|
||||
"network"
|
||||
"mobile_app"
|
||||
"system_health"
|
||||
"automation"
|
||||
"person"
|
||||
"scene"
|
||||
"script"
|
||||
"tag"
|
||||
"zone"
|
||||
"counter"
|
||||
"input_boolean"
|
||||
"input_button"
|
||||
"input_datetime"
|
||||
"input_number"
|
||||
"input_select"
|
||||
"input_text"
|
||||
"schedule"
|
||||
"timer"
|
||||
"backup"
|
||||
];
|
||||
|
||||
config = {
|
||||
http = {
|
||||
|
@ -59,6 +35,7 @@
|
|||
name = "Alaska";
|
||||
temperature_unit = "F";
|
||||
};
|
||||
mobile_app = { }; # this line is required for the mobile app integration to be enabled
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue