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:
Sebastian Nohn 2024-09-19 09:11:57 +02:00 committed by GitHub
parent d1a4838802
commit dd10a833db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"loggers": ["tibber"],
"quality_scale": "silver",
"requirements": ["pyTibber==0.30.1"]
"requirements": ["pyTibber==0.30.2"]
}

View file

@ -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

View file

@ -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