Skip to content

Commit

Permalink
fix: address PUSH_DELETE_DOPPLER_ACTIVITIES
Browse files Browse the repository at this point in the history
This is a command to delete recordings from Alexa.
Closes #527
  • Loading branch information
alandtse committed Jan 17, 2020
1 parent f75ea7c commit 8788ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,8 @@ async def ws_handler(message_obj):
f"{DOMAIN}_{hide_email(email)}"[0:32],
{"notification_update": json_payload},
)
elif command in ["PUSH_DELETE_DOPPLER_ACTIVITIES"]:
pass
else:
_LOGGER.warning(
"Unhandled command: %s with data %s. Please report at %s",
Expand Down

0 comments on commit 8788ff3

Please sign in to comment.