mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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"],
|
||||
"after_dependencies": ["zeroconf"],
|
||||
"quality_scale": "silver",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["systembridgeconnector"]
|
||||
}
|
||||
|
@ -5151,7 +5151,7 @@
|
||||
},
|
||||
"system_bridge": {
|
||||
"name": "System Bridge",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user