mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update tellcore-net to 0.4 (#11087)
* Update tellcore-net to 0.4 * Update requirements_all.txt
This commit is contained in:
committed by
Fabian Affolter
parent
1b3963299d
commit
6bf23f9167
@ -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
|
||||
|
Reference in New Issue
Block a user