mirror of
https://github.com/home-assistant/core.git
synced 2025-12-19 18:38:58 +00:00
Add integration_type service to hvv_departures (#159137)
This commit is contained in:
committed by
GitHub
parent
123d573274
commit
50f47a7397
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@vigonotion"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/hvv_departures",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pygti"],
|
||||
"requirements": ["pygti==0.9.4"]
|
||||
|
||||
@@ -2914,7 +2914,7 @@
|
||||
},
|
||||
"hvv_departures": {
|
||||
"name": "HVV Departures",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user