Skip to content

Commit

Permalink
Bump PyFlume to 0.8.7 (home-assistant#120288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikos authored Jun 24, 2024
1 parent b798d76 commit 0dff7e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/flume/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"documentation": "https://www.home-assistant.io/integrations/flume",
"iot_class": "cloud_polling",
"loggers": ["pyflume"],
"requirements": ["PyFlume==0.6.5"]
"requirements": ["PyFlume==0.8.7"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PyChromecast==14.0.1
PyFlick==0.0.2

# homeassistant.components.flume
PyFlume==0.6.5
PyFlume==0.8.7

# homeassistant.components.fronius
PyFronius==0.7.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PyChromecast==14.0.1
PyFlick==0.0.2

# homeassistant.components.flume
PyFlume==0.6.5
PyFlume==0.8.7

# homeassistant.components.fronius
PyFronius==0.7.3
Expand Down

0 comments on commit 0dff7e8

Please sign in to comment.