Skip to content

Commit

Permalink
Merge pull request #1192 from alandtse/fix_ci
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Tse <[email protected]>
  • Loading branch information
alandtse authored Feb 20, 2021
2 parents 03d5bb6 + 9489268 commit 41d309b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ async def ws_handler(message_obj):
)
elif command in [
"PUSH_DELETE_DOPPLER_ACTIVITIES", # delete Alexa history
"PUSH_LIST_CHANGE", # clear a shopping list https://github.com/custom-components/alexa_media_player/issues/1190
"PUSH_LIST_ITEM_CHANGE", # update shopping list
"PUSH_CONTENT_FOCUS_CHANGE", # likely prime related refocus
"PUSH_DEVICE_SETUP_STATE_CHANGE", # likely device changes mid setup
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/alexa_media.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Alexa Devices Base Class.
# SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
For more details about this platform, please refer to the documentation at
https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification", "http"],
"codeowners": ["@keatontaylor", "@alandtse"],
"requirements": ["alexapy==1.24.1", "packaging~=20.3", "wrapt~=1.12.1"]
"requirements": ["alexapy==1.24.2", "packaging~=20.3", "wrapt~=1.12.1"]
}

0 comments on commit 41d309b

Please sign in to comment.