Skip to content

Commit

Permalink
Update tellcore-net to 0.4 (home-assistant#11087)
Browse files Browse the repository at this point in the history
* Update tellcore-net to 0.4

* Update requirements_all.txt
  • Loading branch information
pvizeli authored and fabaff committed Dec 11, 2017
1 parent 1b39632 commit 6bf23f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tellstick.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['tellcore-py==1.1.2', 'tellcore-net==0.3']
REQUIREMENTS = ['tellcore-py==1.1.2', 'tellcore-net==0.4']

_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 @@ -1075,7 +1075,7 @@ tank_utility==1.4.0
tapsaff==0.1.3

# homeassistant.components.tellstick
tellcore-net==0.3
tellcore-net==0.4

# homeassistant.components.tellstick
tellcore-py==1.1.2
Expand Down

0 comments on commit 6bf23f9

Please sign in to comment.