mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
13 lines
384 B
JSON
13 lines
384 B
JSON
{
|
|
"domain": "google_weather",
|
|
"name": "Google Weather",
|
|
"codeowners": ["@tronikos"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/google_weather",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["google_weather_api"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["python-google-weather-api==0.0.6"]
|
|
}
|