From c6fba8592f2d063bf5f94b2b7aed807b35086ee1 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Wed, 14 Jan 2026 17:33:06 +0000 Subject: [PATCH] =?UTF-8?q?custom=5Fcomponents/bahmcloud=5Fstore/manifest.?= =?UTF-8?q?json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/bahmcloud_store/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 custom_components/bahmcloud_store/manifest.json diff --git a/custom_components/bahmcloud_store/manifest.json b/custom_components/bahmcloud_store/manifest.json new file mode 100644 index 0000000..cbaac99 --- /dev/null +++ b/custom_components/bahmcloud_store/manifest.json @@ -0,0 +1,9 @@ +{ + "domain": "bahmcloud_store", + "name": "Bahmcloud Store", + "version": "0.1.0", + "documentation": "https://git.bahmcloud.de/bahmcloud/ha_store", + "requirements": [], + "codeowners": [], + "iot_class": "local_polling" +}