mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
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
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
import homeassistant.helpers.config_validation as cv
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1075,7 +1075,7 @@ tank_utility==1.4.0
|
|||||||
tapsaff==0.1.3
|
tapsaff==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.tellstick
|
# homeassistant.components.tellstick
|
||||||
tellcore-net==0.3
|
tellcore-net==0.4
|
||||||
|
|
||||||
# homeassistant.components.tellstick
|
# homeassistant.components.tellstick
|
||||||
tellcore-py==1.1.2
|
tellcore-py==1.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user