Add integration_type to geo_json_events (#86878)

define integration type
pull/86906/head
Malte Franken 2023-01-30 01:02:13 +11:00 committed by GitHub
parent 11e125f2e8
commit 344a0c55a5
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": ["aio_geojson_generic_client==0.1"],
"codeowners": ["@exxamalte"],
"iot_class": "cloud_polling",
"loggers": ["aio_geojson_generic_client"]
"loggers": ["aio_geojson_generic_client"],
"integration_type": "service"
}

View File

@ -1869,7 +1869,7 @@
},
"geo_json_events": {
"name": "GeoJSON",
"integration_type": "hub",
"integration_type": "service",
"config_flow": false,
"iot_class": "cloud_polling"
},