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.txtpull/126566/head
parent
6e36febd37
commit
c81f280bc1
|
@ -8,5 +8,5 @@
|
|||
"iot_class": "cloud_polling",
|
||||
"loggers": ["tibber"],
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["pyTibber==0.30.1"]
|
||||
"requirements": ["pyTibber==0.30.2"]
|
||||
}
|
||||
|
|
|
@ -1707,7 +1707,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
|
||||
|
|
|
@ -1381,7 +1381,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…
Reference in New Issue