1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add integration_type service to glances (#159033)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 23:49:31 +01:00
committed by GitHub
parent 0149de6ba6
commit 746f4ef1e2
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@engrbm87"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/glances",
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["glances_api"],
"requirements": ["glances-api==0.8.0"]

View File

@@ -2380,7 +2380,7 @@
},
"glances": {
"name": "Glances",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},