mirror of
https://github.com/home-assistant/core.git
synced 2025-12-19 18:38:58 +00:00
Add integration_type service to faa_delays (#159011)
This commit is contained in:
committed by
GitHub
parent
bfedcef9b9
commit
c12d2ec0bd
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@ntilley905"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/faa_delays",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["faadelays"],
|
||||
"requirements": ["faadelays==2023.9.1"]
|
||||
|
||||
@@ -1911,7 +1911,7 @@
|
||||
},
|
||||
"faa_delays": {
|
||||
"name": "FAA Delays",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user