added mobile app integration

This commit is contained in:
Nickiel12 2025-02-15 22:32:37 -08:00
parent ba8b97e9d0
commit 0e1870f6cf

View file

@ -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;