Skip to content

Commit

Permalink
upgrade broadlink (#8462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen committed Jul 13, 2017
1 parent a65f223 commit 7aad93e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/broadlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['broadlink==0.3']
REQUIREMENTS = ['broadlink==0.5']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/switch/broadlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
CONF_TIMEOUT, CONF_HOST, CONF_MAC, CONF_TYPE)
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['broadlink==0.3']
REQUIREMENTS = ['broadlink==0.5']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ boto3==1.4.3

# homeassistant.components.sensor.broadlink
# homeassistant.components.switch.broadlink
broadlink==0.3
broadlink==0.5

# homeassistant.components.sensor.buienradar
# homeassistant.components.weather.buienradar
Expand Down

0 comments on commit 7aad93e

Please sign in to comment.