Skip to content

Commit 746f4ef

Browse files
authored
Add integration_type service to glances (home-assistant#159033)
1 parent 0149de6 commit 746f4ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/glances/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@engrbm87"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/glances",
7+
"integration_type": "service",
78
"iot_class": "local_polling",
89
"loggers": ["glances_api"],
910
"requirements": ["glances-api==0.8.0"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@
23802380
},
23812381
"glances": {
23822382
"name": "Glances",
2383-
"integration_type": "hub",
2383+
"integration_type": "service",
23842384
"config_flow": true,
23852385
"iot_class": "local_polling"
23862386
},

0 commit comments

Comments
 (0)