mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
13 lines
405 B
JSON
13 lines
405 B
JSON
{
|
|
"domain": "google_health",
|
|
"name": "Google Health",
|
|
"codeowners": ["@allenporter"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/google_health",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "platinum",
|
|
"requirements": ["google-health-api==0.9.0"]
|
|
}
|