9 May 2025 |
@kranzes:matrix.org | Yes | 01:16:51 |
@kranzes:matrix.org | I also have an esphome device that can do bluetooth | 01:17:02 |
Sandro 🐧 | maybe auto discovery? | 01:17:02 |
@hexa:lossy.network | https://github.com/home-assistant/core/blob/dev/homeassistant/components/zha/manifest.json | 01:17:06 |
@kranzes:matrix.org | they get discovered, and then spammed with errors | 01:17:09 |
@kranzes:matrix.org | Hmm | 01:17:47 |
@kranzes:matrix.org | Maybe I don't understand the infra then | 01:18:01 |
@hexa:lossy.network | could also be a component dependency | 01:18:19 |
@kranzes:matrix.org | I only want them to be discovered for components which I have explicitly enabled | 01:18:27 |
@kranzes:matrix.org | Let me get rid of zeroconf real quick | 01:18:44 |
@hexa:lossy.network | e.g. frontend depends on | 01:19:51 |
@hexa:lossy.network | "dependencies": [
"api",
"auth",
"config",
"device_automation",
"diagnostics",
"file_upload",
"http",
"lovelace",
"onboarding",
"repairs",
"search",
"system_log",
"websocket_api"
],
| 01:19:54 |
@hexa:lossy.network | some time ago I built a full dependency tree, but not sure where that code is now | 01:20:28 |
@hexa:lossy.network | basically something depends on https://www.home-assistant.io/integrations/usb/ | 01:20:41 |
@kranzes:matrix.org | It's not a USB dongle | 01:21:11 |
@kranzes:matrix.org | ok so I got rid of zeroconf, now I don't get any complains from ZHA, but I do get from bluetooth still | 01:21:29 |
@kranzes:matrix.org | more specifically xiaomi_ble | 01:21:48 |
@kranzes:matrix.org | https://github.com/home-assistant/core/blob/dev/homeassistant/components/zeroconf/manifest.json | 01:23:16 |
@kranzes:matrix.org | network and api | 01:23:26 |
@hexa:lossy.network | https://github.com/frenck/spook/blob/1ffe91a4bc7e8b2f1ee92a201989d74d2bdeaff1/custom_components/spook/services.yaml#L656-L669 | 01:24:18 |
@hexa:lossy.network | this looks interesting | 01:24:21 |
@kranzes:matrix.org | hmm | 01:25:38 |
@kranzes:matrix.org | really silly | 01:25:57 |
@kranzes:matrix.org | ok so esphome depends on bluetooth, i understand the errors now | 01:26:37 |
@kranzes:matrix.org | zeroconf tho, why does that trigger zha? | 01:26:45 |
@kranzes:matrix.org | neither zeroconf nor smlight depend on zha | 01:27:21 |
@kranzes:matrix.org | Hmmm | 01:35:03 |
@kranzes:matrix.org | In reply to @hexa:lossy.network https://github.com/frenck/spook/blob/1ffe91a4bc7e8b2f1ee92a201989d74d2bdeaff1/custom_components/spook/services.yaml#L656-L669 How would I use this action tho | 01:35:09 |
@kranzes:matrix.org | It's only ignores after they've been discovered? | 01:35:26 |
@hexa:lossy.network | home-assistant-custom-components.spook | 01:35:29 |