1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00
Files
core/homeassistant/components/google_assistant/manifest.json
2023-11-24 12:55:05 +01:00

10 lines
293 B
JSON

{
"domain": "google_assistant",
"name": "Google Assistant",
"after_dependencies": ["camera", "matter"],
"codeowners": ["@home-assistant/cloud"],
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/google_assistant",
"iot_class": "cloud_push"
}