Bump pyeconet to 0.1.18 to fix energy usage (#85094)
parent
e33c743f4a
commit
8bb964e1bd
|
@ -3,7 +3,7 @@
|
||||||
"name": "Rheem EcoNet Products",
|
"name": "Rheem EcoNet Products",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/econet",
|
"documentation": "https://www.home-assistant.io/integrations/econet",
|
||||||
"requirements": ["pyeconet==0.1.17"],
|
"requirements": ["pyeconet==0.1.18"],
|
||||||
"codeowners": ["@vangorra", "@w1ll1am23"],
|
"codeowners": ["@vangorra", "@w1ll1am23"],
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["paho_mqtt", "pyeconet"]
|
"loggers": ["paho_mqtt", "pyeconet"]
|
||||||
|
|
|
@ -1566,7 +1566,7 @@ pydroid-ipcam==2.0.0
|
||||||
pyebox==1.1.4
|
pyebox==1.1.4
|
||||||
|
|
||||||
# homeassistant.components.econet
|
# homeassistant.components.econet
|
||||||
pyeconet==0.1.17
|
pyeconet==0.1.18
|
||||||
|
|
||||||
# homeassistant.components.edimax
|
# homeassistant.components.edimax
|
||||||
pyedimax==0.2.1
|
pyedimax==0.2.1
|
||||||
|
|
|
@ -1112,7 +1112,7 @@ pydexcom==0.2.3
|
||||||
pydroid-ipcam==2.0.0
|
pydroid-ipcam==2.0.0
|
||||||
|
|
||||||
# homeassistant.components.econet
|
# homeassistant.components.econet
|
||||||
pyeconet==0.1.17
|
pyeconet==0.1.18
|
||||||
|
|
||||||
# homeassistant.components.efergy
|
# homeassistant.components.efergy
|
||||||
pyefergy==22.1.1
|
pyefergy==22.1.1
|
||||||
|
|
Loading…
Reference in New Issue