Bump pyeconet (#16571)
* Updated pyeconet to the newest version to deal with econet API changepull/16574/head
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…
Reference in New Issue