Bump PyFlume to 0.6.5 to fix compat with new JWT (#56936)
Changelog: 5476fd67cf
...v0.6.5
This commit is contained in:
parent
7c805f048c
commit
deea9ee22e
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "flume",
|
||||
"name": "Flume",
|
||||
"documentation": "https://www.home-assistant.io/integrations/flume/",
|
||||
"requirements": ["pyflume==0.5.5"],
|
||||
"requirements": ["pyflume==0.6.5"],
|
||||
"codeowners": ["@ChrisMandich", "@bdraco"],
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
|
|
|
@ -1480,7 +1480,7 @@ pyfireservicerota==0.0.43
|
|||
pyflic==2.0.3
|
||||
|
||||
# homeassistant.components.flume
|
||||
pyflume==0.5.5
|
||||
pyflume==0.6.5
|
||||
|
||||
# homeassistant.components.flunearyou
|
||||
pyflunearyou==2.0.2
|
||||
|
|
|
@ -856,7 +856,7 @@ pyfido==2.1.1
|
|||
pyfireservicerota==0.0.43
|
||||
|
||||
# homeassistant.components.flume
|
||||
pyflume==0.5.5
|
||||
pyflume==0.6.5
|
||||
|
||||
# homeassistant.components.flunearyou
|
||||
pyflunearyou==2.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue