1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Add integration_type service to hko (#159127)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 20:20:23 +01:00
committed by GitHub
parent d28a4598d5
commit d996d7b113
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -2747,7 +2747,7 @@
},
"hko": {
"name": "Hong Kong Observatory",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},