No devices found with include label #289
Replies: 1 comment
-
Sorry, it was my fault, I added the label to the devices instead to entities |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just installed the version [3.0.0-alpha.54]. When I define my hub with pattern, the devices will be added.
But when I try to define them via label, no devices will be found.
My system run on a RP4 with the latest version of supervisor, core and OS.
{
"name": "HA Matter Bridge",
"port": 5540,
"filter": {
"include": [
{
"type": "pattern",
"value": "switch.flurkg"
},
{
"type": "label",
"value": "matterhub"
}
],
"exclude": []
},
"featureFlags": {
"matterSpeakers": false,
"matterFans": false
}
}
Andreas
Beta Was this translation helpful? Give feedback.
All reactions