From 68f1c09ef9a9fe80f968c3d5081b1e5c88b4e45a Mon Sep 17 00:00:00 2001 From: The-Jeffski <63499439+the-jeffski@users.noreply.github.com> Date: Tue, 22 Nov 2022 19:00:16 +0000 Subject: [PATCH] Mod Manifest version --- custom_components/medusa/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/medusa/manifest.json b/custom_components/medusa/manifest.json index 24921ff..b152972 100644 --- a/custom_components/medusa/manifest.json +++ b/custom_components/medusa/manifest.json @@ -1,11 +1,11 @@ { "domain": "medusa", "name": "Medusa Upcoming TV Shows", - "documentation": "https://github.com/IDmedia/hass-medusa", + "documentation": "https://github.com/the-jeffski/hass-medusa", "requirements": [], "dependencies": [], "version": "1.0.2", "codeowners": [ - "@IDmedia" + "@IDmedia @the-jeffski" ] }