Update geniushub-client to 0.7.0 (#85058)
* Bump geniushub-client version Hit an issue with the latest versions of software running on GeniusHub, that requires a bump in the geniushub-client version to resolve. This addresses GH 78799 * Update dependancy in additional location As per PR guid (glad I read that), I've also updated the global requirements_all.txt filepull/86513/head
parent
9fb4f6b643
commit
3f4c8a28ec
|
@ -2,7 +2,7 @@
|
|||
"domain": "geniushub",
|
||||
"name": "Genius Hub",
|
||||
"documentation": "https://www.home-assistant.io/integrations/geniushub",
|
||||
"requirements": ["geniushub-client==0.6.30"],
|
||||
"requirements": ["geniushub-client==0.7.0"],
|
||||
"codeowners": ["@zxdavb"],
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["geniushubclient"]
|
||||
|
|
|
@ -763,7 +763,7 @@ gassist-text==0.0.7
|
|||
gcal-sync==4.1.2
|
||||
|
||||
# homeassistant.components.geniushub
|
||||
geniushub-client==0.6.30
|
||||
geniushub-client==0.7.0
|
||||
|
||||
# homeassistant.components.geocaching
|
||||
geocachingapi==0.2.1
|
||||
|
|
Loading…
Reference in New Issue