Skip to content

Commit

Permalink
Update dev to 1.2.4 (#146)
Browse files Browse the repository at this point in the history
* Adding bluetooth device updates from websockets.

* Add websocket checks to only trigger events for non-excluded serials

* Fix bug where new pairings were not updating source list

* Add dev info for customer_updater

* Bump alexapy dependency version and version

* Bump custom_updater version
  • Loading branch information
alandtse authored and keatontaylor committed Mar 29, 2019
1 parent 8eb0db6 commit af1b4c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

# from .config_flow import configured_instances

REQUIREMENTS = ['alexapy==0.4.2']
REQUIREMENTS = ['alexapy==0.4.3']

__version__ = '1.2.3'
__version__ = '1.2.4'

_LOGGER = logging.getLogger(__name__)

Expand Down
14 changes: 13 additions & 1 deletion custom_components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"alexa_media": {
"version": "1.2.3",
"version": "1.2.4",
"local_location": "/custom_components/alexa_media/__init__.py",
"remote_location": "https://raw.githubusercontent.com/keatontaylor/alexa_media_player/master/alexa_media/__init__.py",
"visit_repo": "https://github.com/keatontaylor/alexa_media_player",
Expand All @@ -10,6 +10,18 @@
"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"
]
},
"alexa_media (dev)": {
"version": "1.2.4",
"local_location": "/custom_components/alexa_media/__init__.py",
"remote_location": "https://raw.githubusercontent.com/keatontaylor/alexa_media_player/dev/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/keatontaylor/alexa_media_player/dev/alexa_media/const.py",
"https://raw.githubusercontent.com/keatontaylor/alexa_media_player/dev/alexa_media/media_player.py",
"https://raw.githubusercontent.com/keatontaylor/alexa_media_player/dev/alexa_media/notify.py"
]
}

}

0 comments on commit af1b4c5

Please sign in to comment.