1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 03:17:06 +00:00
Files
core/homeassistant/components/opensky/manifest.json
2023-12-06 16:21:12 +01:00

10 lines
259 B
JSON

{
"domain": "opensky",
"name": "OpenSky Network",
"codeowners": ["@joostlek"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/opensky",
"iot_class": "cloud_polling",
"requirements": ["python-opensky==1.0.0"]
}