From 5122d59535194accdd81d97b075890a2b32d7fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 14 Apr 2026 13:01:06 +0000 Subject: [PATCH] =?UTF-8?q?custom=5Fcomponents/whatsapp=5Fbridge=5Fintegra?= =?UTF-8?q?tion/const.py=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/whatsapp_bridge_integration/const.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 custom_components/whatsapp_bridge_integration/const.py diff --git a/custom_components/whatsapp_bridge_integration/const.py b/custom_components/whatsapp_bridge_integration/const.py new file mode 100644 index 0000000..38457fb --- /dev/null +++ b/custom_components/whatsapp_bridge_integration/const.py @@ -0,0 +1,3 @@ +DOMAIN = "whatsapp_bridge_integration" +CONF_PHONE_NUMBER = "phone_number" +CONF_ACCOUNT_NAME = "account_name" \ No newline at end of file