From 4fa40f86217d33d89e0052d58d778bb390e39cc3 Mon Sep 17 00:00:00 2001 From: ryanbdclark <42173121+ryanbdclark@users.noreply.github.com> Date: Sat, 5 Apr 2025 21:38:38 +0100 Subject: [PATCH] Update manifest.json Remove documentation link --- custom_components/owlet/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 9f44c45..c24b07f 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -5,11 +5,10 @@ "@ryanbdclark" ], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/owlet", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ryanbdclark/owlet/issues", "requirements": [ "pyowletapi==2024.10.1" ], "version": "2024.10.1" -} \ No newline at end of file +}