mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Add integration type to System Bridge (#81186)
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
"dependencies": ["media_source"],
|
"dependencies": ["media_source"],
|
||||||
"after_dependencies": ["zeroconf"],
|
"after_dependencies": ["zeroconf"],
|
||||||
"quality_scale": "silver",
|
"quality_scale": "silver",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["systembridgeconnector"]
|
"loggers": ["systembridgeconnector"]
|
||||||
}
|
}
|
||||||
|
@@ -5151,7 +5151,7 @@
|
|||||||
},
|
},
|
||||||
"system_bridge": {
|
"system_bridge": {
|
||||||
"name": "System Bridge",
|
"name": "System Bridge",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user