mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix nest subscriber by upgrading google_pubsub to newer library version (#42501)
This commit is contained in:
parent
c7cdad2b5a
commit
6b57ad9f28
@ -2,6 +2,6 @@
|
|||||||
"domain": "google_pubsub",
|
"domain": "google_pubsub",
|
||||||
"name": "Google Pub/Sub",
|
"name": "Google Pub/Sub",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/google_pubsub",
|
"documentation": "https://www.home-assistant.io/integrations/google_pubsub",
|
||||||
"requirements": ["google-cloud-pubsub==0.39.1"],
|
"requirements": ["google-cloud-pubsub==2.1.0"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -678,7 +678,7 @@ gogogate2-api==2.0.3
|
|||||||
google-api-python-client==1.6.4
|
google-api-python-client==1.6.4
|
||||||
|
|
||||||
# homeassistant.components.google_pubsub
|
# homeassistant.components.google_pubsub
|
||||||
google-cloud-pubsub==0.39.1
|
google-cloud-pubsub==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.google_cloud
|
# homeassistant.components.google_cloud
|
||||||
google-cloud-texttospeech==0.4.0
|
google-cloud-texttospeech==0.4.0
|
||||||
|
@ -349,7 +349,7 @@ gogogate2-api==2.0.3
|
|||||||
google-api-python-client==1.6.4
|
google-api-python-client==1.6.4
|
||||||
|
|
||||||
# homeassistant.components.google_pubsub
|
# homeassistant.components.google_pubsub
|
||||||
google-cloud-pubsub==0.39.1
|
google-cloud-pubsub==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.nest
|
# homeassistant.components.nest
|
||||||
google-nest-sdm==0.1.9
|
google-nest-sdm==0.1.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user