mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2025-02-21 08:12:16 -08:00
added mobile app integration
This commit is contained in:
parent
ba8b97e9d0
commit
0e1870f6cf
1 changed files with 26 additions and 0 deletions
|
@ -23,6 +23,32 @@
|
|||
# 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 = {
|
||||
server_port = 8123;
|
||||
|
|
Loading…
Add table
Reference in a new issue