mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add integration_type to nsw_rural_fire_service_feed (#82031)
define integration type
This commit is contained in:
parent
50c686343e
commit
3658c5f673
@ -5,5 +5,6 @@
|
|||||||
"requirements": ["aio_geojson_nsw_rfs_incidents==0.4"],
|
"requirements": ["aio_geojson_nsw_rfs_incidents==0.4"],
|
||||||
"codeowners": ["@exxamalte"],
|
"codeowners": ["@exxamalte"],
|
||||||
"iot_class": "cloud_polling",
|
"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": {
|
"nsw_rural_fire_service_feed": {
|
||||||
"name": "NSW Rural Fire Service Incidents",
|
"name": "NSW Rural Fire Service Incidents",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user