Add integration_type service to opensky (#159859)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 15:10:59 +01:00
committed by GitHub
parent f0ddb9ff2c
commit 9a9c968cd2
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@joostlek"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/opensky",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["python-opensky==1.0.1"]
}

View File

@@ -4797,7 +4797,7 @@
},
"opensky": {
"name": "OpenSky Network",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},