Skip to content

Commit

Permalink
Fix custom_component.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Mar 12, 2019
2 parents 4667f91 + 72eb0da commit 05a40aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions custom_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

Expand Down

0 comments on commit 05a40aa

Please sign in to comment.