core/homeassistant/components/darksky/manifest.json

10 lines
259 B
JSON
Raw Normal View History

{
"domain": "darksky",
"name": "Dark Sky",
"codeowners": ["@fabaff"],
2023-02-08 19:16:39 +00:00
"documentation": "https://www.home-assistant.io/integrations/darksky",
"iot_class": "cloud_polling",
2023-02-08 19:16:39 +00:00
"loggers": ["forecastio"],
"requirements": ["python-forecastio==1.4.0"]
}