From 82ba141e1167c699cf31492abdd14c382aee4739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Matheson=20Wergeland?= Date: Fri, 17 May 2024 08:37:34 +0200 Subject: [PATCH] Version 0.0.5 - Dependecy bump connectlife 0.0.3 -> 0.0.5 Complete changelog: https://github.com/oyvindwe/connectlife/compare/v0.0.3...v0.0.5 --- custom_components/connectlife/manifest.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/custom_components/connectlife/manifest.json b/custom_components/connectlife/manifest.json index 3b731e1..1404462 100644 --- a/custom_components/connectlife/manifest.json +++ b/custom_components/connectlife/manifest.json @@ -1,16 +1,10 @@ { "domain": "connectlife", "name": "ConnectLife", - "codeowners": [ - "@oyvindwe" - ], + "codeowners": ["@oyvindwe"], "config_flow": true, - "dependencies": [], "documentation": "https://github.com/oyvindwe/connectlife-ha", - "homekit": {}, "iot_class": "cloud_polling", - "requirements": ["connectlife==0.0.3"], - "ssdp": [], - "zeroconf": [], - "version": "0.0.4" + "requirements": ["connectlife==0.0.5"], + "version": "0.0.5" }