Add integration_type to qld_bushfire (#81895)

define integration type
This commit is contained in:
Malte Franken 2022-11-10 18:16:37 +11:00 committed by GitHub
parent f34de5072a
commit 3089ca06c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -5,5 +5,6 @@
"requirements": ["georss_qld_bushfire_alert_client==0.5"],
"codeowners": ["@exxamalte"],
"iot_class": "cloud_polling",
"loggers": ["georss_qld_bushfire_alert_client"]
"loggers": ["georss_qld_bushfire_alert_client"],
"integration_type": "service"
}

View file

@ -4159,7 +4159,7 @@
},
"qld_bushfire": {
"name": "Queensland Bushfire Alert",
"integration_type": "hub",
"integration_type": "service",
"config_flow": false,
"iot_class": "cloud_polling"
},