Bump pyeconet version to fix JSONDecodeError (#12204)

This commit is contained in:
William Scanlon 2018-02-05 18:59:17 -05:00 committed by Paulus Schoutsen
parent 4f0776de13
commit bdaf9cfae2
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ from homeassistant.const import (
TEMP_FAHRENHEIT)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pyeconet==0.0.4']
REQUIREMENTS = ['pyeconet==0.0.5']
_LOGGER = logging.getLogger(__name__)

View file

@ -705,7 +705,7 @@ pydroid-ipcam==0.8
pyebox==0.1.0
# homeassistant.components.climate.econet
pyeconet==0.0.4
pyeconet==0.0.5
# homeassistant.components.eight_sleep
pyeight==0.0.7