mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +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"],
|
"codeowners": ["@vigonotion"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/hvv_departures",
|
"documentation": "https://www.home-assistant.io/integrations/hvv_departures",
|
||||||
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pygti"],
|
"loggers": ["pygti"],
|
||||||
"requirements": ["pygti==0.9.4"]
|
"requirements": ["pygti==0.9.4"]
|
||||||
|
|||||||
@@ -2914,7 +2914,7 @@
|
|||||||
},
|
},
|
||||||
"hvv_departures": {
|
"hvv_departures": {
|
||||||
"name": "HVV Departures",
|
"name": "HVV Departures",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user