Add integration type to System Bridge (#81186)

This commit is contained in:
Aidan Timson 2022-10-31 19:41:12 +00:00 committed by GitHub
parent c08848b22e
commit 8044b9587a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
"dependencies": ["media_source"],
"after_dependencies": ["zeroconf"],
"quality_scale": "silver",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["systembridgeconnector"]
}

View File

@ -5151,7 +5151,7 @@
},
"system_bridge": {
"name": "System Bridge",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},