Updated to newest pyeconet (#21772)
parent
cfd94ecbbc
commit
a843da1bfc
|
@ -13,7 +13,7 @@ from homeassistant.const import (
|
|||
TEMP_FAHRENHEIT)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pyeconet==0.0.8']
|
||||
REQUIREMENTS = ['pyeconet==0.0.9']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1004,7 +1004,7 @@ pydukeenergy==0.0.6
|
|||
pyebox==1.1.4
|
||||
|
||||
# homeassistant.components.water_heater.econet
|
||||
pyeconet==0.0.8
|
||||
pyeconet==0.0.9
|
||||
|
||||
# homeassistant.components.switch.edimax
|
||||
pyedimax==0.1
|
||||
|
|
Loading…
Reference in New Issue