1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/google_pubsub/manifest.json
2023-02-08 20:27:05 +01:00

9 lines
240 B
JSON

{
"domain": "google_pubsub",
"name": "Google Pub/Sub",
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/google_pubsub",
"iot_class": "cloud_push",
"requirements": ["google-cloud-pubsub==2.13.11"]
}