mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Bump pyeconet version to fix JSONDecodeError (#12204)
This commit is contained in:
parent
4f0776de13
commit
bdaf9cfae2
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||||||
TEMP_FAHRENHEIT)
|
TEMP_FAHRENHEIT)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pyeconet==0.0.4']
|
REQUIREMENTS = ['pyeconet==0.0.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -705,7 +705,7 @@ pydroid-ipcam==0.8
|
|||||||
pyebox==0.1.0
|
pyebox==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.climate.econet
|
# homeassistant.components.climate.econet
|
||||||
pyeconet==0.0.4
|
pyeconet==0.0.5
|
||||||
|
|
||||||
# homeassistant.components.eight_sleep
|
# homeassistant.components.eight_sleep
|
||||||
pyeight==0.0.7
|
pyeight==0.0.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user