Add integration_type to nsw_rural_fire_service_feed (#82031)
define integration typepull/82040/head
parent
50c686343e
commit
3658c5f673
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue