Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrHofrat committed Jun 5, 2018
1 parent 1036394 commit c4dac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/gearbest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers.event import track_time_interval
from homeassistant.const import (CONF_NAME, CONF_ID, CONF_URL, CONF_CURRENCY)

REQUIREMENTS = ['gearbest_parser==1.0.5']
REQUIREMENTS = ['gearbest_parser==1.0.6']
_LOGGER = logging.getLogger(__name__)

CONF_ITEMS = 'items'
Expand Down

0 comments on commit c4dac61

Please sign in to comment.