Skip to content

Commit 50f47a7

Browse files
authored
Add integration_type service to hvv_departures (home-assistant#159137)
1 parent 123d573 commit 50f47a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/hvv_departures/manifest.json

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

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2914,7 +2914,7 @@
29142914
},
29152915
"hvv_departures": {
29162916
"name": "HVV Departures",
2917-
"integration_type": "hub",
2917+
"integration_type": "service",
29182918
"config_flow": true,
29192919
"iot_class": "cloud_polling"
29202920
},

0 commit comments

Comments
 (0)