Add Config
This commit is contained in:
17
config.yaml
Normal file
17
config.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: "WhatsApp Bridge"
|
||||||
|
description: "WhatsApp Web Schnittstelle für Home Assistant"
|
||||||
|
version: "1.0.0"
|
||||||
|
slug: "whatsapp_bridge"
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
init: false
|
||||||
|
# Ingress ermöglicht es, den QR-Code direkt in HA anzuzeigen
|
||||||
|
ingress: true
|
||||||
|
ingress_port: 3000
|
||||||
|
panel_icon: "mdi:whatsapp"
|
||||||
|
storage: "data" # Wichtig, damit die Anmeldung nach einem Neustart bleibt
|
||||||
|
options:
|
||||||
|
log_level: "info"
|
||||||
|
schema:
|
||||||
|
log_level: "list(debug|info|warning|error|fatal)??"
|
||||||
Reference in New Issue
Block a user