mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Bump pyeconet (#16571)
* Updated pyeconet to the newest version to deal with econet API change
This commit is contained in:
parent
188f5de5ae
commit
6bd120ff1d
@ -18,7 +18,7 @@ from homeassistant.const import (
|
||||
TEMP_FAHRENHEIT)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pyeconet==0.0.5']
|
||||
REQUIREMENTS = ['pyeconet==0.0.6']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -839,7 +839,7 @@ pydukeenergy==0.0.6
|
||||
pyebox==1.1.4
|
||||
|
||||
# homeassistant.components.climate.econet
|
||||
pyeconet==0.0.5
|
||||
pyeconet==0.0.6
|
||||
|
||||
# homeassistant.components.switch.edimax
|
||||
pyedimax==0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user