Update tellcore-net to 0.4 (#11087)
* Update tellcore-net to 0.4 * Update requirements_all.txt
This commit is contained in:
parent
1b3963299d
commit
6bf23f9167
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||
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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue