Skip to content

Commit

Permalink
Update Tibber lib, improve realtime streaming (#84065)
Browse files Browse the repository at this point in the history
Update tibber lib, improve realtime streaming

Signed-off-by: Daniel Hjelseth Høyer <[email protected]>

Signed-off-by: Daniel Hjelseth Høyer <[email protected]>
  • Loading branch information
Danielhiversen authored and balloob committed Dec 18, 2022
1 parent 6ce2bf6 commit 2d23184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tibber/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"domain": "tibber",
"name": "Tibber",
"documentation": "https://www.home-assistant.io/integrations/tibber",
"requirements": ["pyTibber==0.26.4"],
"requirements": ["pyTibber==0.26.5"],
"codeowners": ["@danielhiversen"],
"quality_scale": "silver",
"config_flow": true,
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ pyRFXtrx==0.30.0
pySwitchmate==0.5.1

# homeassistant.components.tibber
pyTibber==0.26.4
pyTibber==0.26.5

# homeassistant.components.dlink
pyW215==0.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ pyMetno==0.9.0
pyRFXtrx==0.30.0

# homeassistant.components.tibber
pyTibber==0.26.4
pyTibber==0.26.5

# homeassistant.components.nextbus
py_nextbusnext==0.1.5
Expand Down

0 comments on commit 2d23184

Please sign in to comment.