You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unable to config child bridge after install.
To Reproduce
Steps to reproduce the behavior:
Plugin installed
Added json in config.json
Save and restart
The bridge icon is flashing
Click on the bridge icon and plugin config
Error: Failed to load plugin config schema
Additional context
This is my BroadlinkRM plugin config inside platforms:
RF codes are too long so i have added "..."
I also tried to add host, same issue.
Homebridge v1.8.5 · UI v4.68.0
Describe the bug
Unable to config child bridge after install.
To Reproduce
Steps to reproduce the behavior:
Additional context
This is my BroadlinkRM plugin config inside platforms:
RF codes are too long so i have added "..."
I also tried to add host, same issue.
Homebridge v1.8.5 · UI v4.68.0
{
"platform": "BroadlinkRM",
"name": "Broadlink RM",
"hideScanFrequencyButton": false,
"hideLearnButton": false,
"hideWelcomeMessage": false,
"accessories": [
{
"name": "Open Pergola",
"type": "switch",
"data": {
"on": "scDoA7qeBgCFMB..."
}
},
{
"name": "Close Pergola",
"type": "switch",
"data": {
"on": "scDoA86eBgCFLxg...",
"off": "scAGArCeBgAEBA..."
}
}
]
},
The text was updated successfully, but these errors were encountered: