From 0883e41f5633467fd19b647d45fc62ad14dd7cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 14 Apr 2026 12:19:41 +0000 Subject: [PATCH] =?UTF-8?q?custom=5Fcomponents/whatsapp=5Fbridge=5Fcustom/?= =?UTF-8?q?manifest.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/whatsapp_bridge_custom/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 custom_components/whatsapp_bridge_custom/manifest.json diff --git a/custom_components/whatsapp_bridge_custom/manifest.json b/custom_components/whatsapp_bridge_custom/manifest.json new file mode 100644 index 0000000..54ba465 --- /dev/null +++ b/custom_components/whatsapp_bridge_custom/manifest.json @@ -0,0 +1,9 @@ +{ + "domain": "whatsapp_bridge_integration", + "name": "WhatsApp Bridge Integration", + "documentation": "https://git.bahmcloud.de/bahmcloud/Whatsapp-Bridge-Integration", + "dependencies": [], + "codeowners": ["@bahmcloud"], + "version": "0.1.0", + "iot_class": "local_polling" +} \ No newline at end of file