mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Add integration type to System Bridge (#81186)
This commit is contained in:
parent
c08848b22e
commit
8044b9587a
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user