mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 20:07:23 +00:00
10 lines
268 B
JSON
10 lines
268 B
JSON
{
|
|
"domain": "weatherkit",
|
|
"name": "Apple WeatherKit",
|
|
"codeowners": ["@tjhorner"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/weatherkit",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["apple_weatherkit==1.1.2"]
|
|
}
|