Closed Obicom closed 7 hours ago
This error was related to water leak detectors I just introduced. I just fixed it, please upgrade.
In general I’d recommend using a label in home assistant which can be added to every entity you want to expose with matter.
Then in the bridge configuration, only add one "include" rule for this label:
{
"filter": {
"include": [
{
"type": "label",
"value": "voice_assistant"
}
],
"exclude": []
}
}
with that configuration you can easily include and exclude new entities by just adding or removing the label. so if the addon does not start because of an error, you can simply remove the label from the entity.
If I try to create my first bridge, a error occours. If I execlude the domain "binary_sensor" it works. The error comes from a Homematic IP Water leak sensor. Is it possible to execlude only this device and not all "binary_sensor"?**