Skip to content

Commit

Permalink
Merge pull request #5 from keatontaylor/addon-removal
Browse files Browse the repository at this point in the history
Addon removal
  • Loading branch information
keatontaylor authored Jul 18, 2018
2 parents f14a1d6 + 81da223 commit 1580d05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion media_player/alexa.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Support to interface with Alexa Devices.
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
VERSION 0.6
VERSION 0.6.1
"""
import json
import logging
Expand Down Expand Up @@ -38,6 +38,8 @@
_CONFIGURING = {}
_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['beautifulsoup4==4.6.0']

MIN_TIME_BETWEEN_SCANS = timedelta(seconds=15)
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(seconds=1)

Expand Down

0 comments on commit 1580d05

Please sign in to comment.