Add integration_type to nsw_rural_fire_service_feed (#82031)

define integration type
This commit is contained in:
Malte Franken
2022-11-14 02:06:33 +11:00
committed by GitHub
parent 50c686343e
commit 3658c5f673
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -3575,7 +3575,7 @@
},
"nsw_rural_fire_service_feed": {
"name": "NSW Rural Fire Service Incidents",
"integration_type": "hub",
"integration_type": "service",
"config_flow": false,
"iot_class": "cloud_polling"
},