diff --git a/custom_components.json b/custom_components.json index f2ec5f9d..47ceaf0d 100644 --- a/custom_components.json +++ b/custom_components.json @@ -2,12 +2,13 @@ "alexa_media": { "version": "1.2.0", "local_location": "/custom_components/alexa_media/__init__.py", - "remote_location": "https://raw.githubusercontent.com/keatontaylor/custom_components/master/alexa_media/__init__.py", - "visit_repo": "https://github.com/keatontaylor/custom_components", - "changelog": "https://github.com/keatontaylor/custom_components/wiki/Changelog", + "remote_location": "https://raw.githubusercontent.com/keatontaylor/alexa_media_player/master/alexa_media/__init__.py", + "visit_repo": "https://github.com/keatontaylor/alexa_media_player", + "changelog": "https://github.com/keatontaylor/alexa_media_player/wiki/Changelog", "resources": [ - "https://raw.githubusercontent.com/alandtse/custom_components/master/alexa_media/const.py", - "https://raw.githubusercontent.com/alandtse/custom_components/master/alexa_media/media_player.py" + "https://raw.githubusercontent.com/keatontaylor/alexa_media_player/master/alexa_media/const.py", + "https://raw.githubusercontent.com/keatontaylor/alexa_media_player/master/alexa_media/media_player.py", + "https://raw.githubusercontent.com/keatontaylor/alexa_media_player/master/alexa_media/notify.py" ] }