Fix tibber fails if power production is enabled but no power is produced (#126209)
* fix #125312 - tibber integration fails if power production is enabled but no power is produced * fix requirements_all.txt
This commit is contained in:
parent
d1a4838802
commit
dd10a833db
3 changed files with 3 additions and 3 deletions
|
@ -8,5 +8,5 @@
|
|||
"iot_class": "cloud_polling",
|
||||
"loggers": ["tibber"],
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["pyTibber==0.30.1"]
|
||||
"requirements": ["pyTibber==0.30.2"]
|
||||
}
|
||||
|
|
|
@ -1725,7 +1725,7 @@ pyRFXtrx==0.31.1
|
|||
pySDCP==1
|
||||
|
||||
# homeassistant.components.tibber
|
||||
pyTibber==0.30.1
|
||||
pyTibber==0.30.2
|
||||
|
||||
# homeassistant.components.dlink
|
||||
pyW215==0.7.0
|
||||
|
|
|
@ -1402,7 +1402,7 @@ pyElectra==1.2.4
|
|||
pyRFXtrx==0.31.1
|
||||
|
||||
# homeassistant.components.tibber
|
||||
pyTibber==0.30.1
|
||||
pyTibber==0.30.2
|
||||
|
||||
# homeassistant.components.dlink
|
||||
pyW215==0.7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue