Bump pyeconet version to fix JSONDecodeError (#12204)
This commit is contained in:
parent
4f0776de13
commit
bdaf9cfae2
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue