From 62124e3f93f281988a4f2fc1f25e8b31c901ee7a Mon Sep 17 00:00:00 2001 From: Will Adler Date: Thu, 7 Mar 2024 18:08:35 -0500 Subject: [PATCH] Update manifest.json --- custom_components/leafspy/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/leafspy/manifest.json b/custom_components/leafspy/manifest.json index 17b2bf3..7cc6f68 100644 --- a/custom_components/leafspy/manifest.json +++ b/custom_components/leafspy/manifest.json @@ -1,12 +1,12 @@ { "domain": "leafspy", "name": "Leaf Spy", - "codeowners": ["@jesserockz"], + "codeowners": ["@wtadler"], "config_flow": true, "dependencies": ["http"], - "documentation": "https://github.com/jesserockz/ha-leafspy/blob/master/README.md", + "documentation": "https://github.com/jesserockz/ha-leafspy/blob/main/README.md", "iot_class": "local_push", "issue_tracker": "https://github.com/jesserockz/ha-leafspy/issues", "requirements": [], - "version": "0.2.0" + "version": "0.2.1" }