9 May 2025 |
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 | they get discovered, and then spammed with errors | 01:17:09 |
kranzes | Hmm | 01:17:47 |
kranzes | Maybe I don't understand the infra then | 01:18:01 |
@hexa:lossy.network | could also be a component dependency | 01:18:19 |
kranzes | I only want them to be discovered for components which I have explicitly enabled | 01:18:27 |
kranzes | 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 | It's not a USB dongle | 01:21:11 |
kranzes | 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 | more specifically xiaomi_ble | 01:21:48 |
kranzes | https://github.com/home-assistant/core/blob/dev/homeassistant/components/zeroconf/manifest.json | 01:23:16 |
kranzes | 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 | hmm | 01:25:38 |
kranzes | really silly | 01:25:57 |
kranzes | ok so esphome depends on bluetooth, i understand the errors now | 01:26:37 |
kranzes | zeroconf tho, why does that trigger zha? | 01:26:45 |
kranzes | neither zeroconf nor smlight depend on zha | 01:27:21 |
kranzes | Hmmm | 01:35:03 |
kranzes | 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 | It's only ignores after they've been discovered? | 01:35:26 |
@hexa:lossy.network | home-assistant-custom-components.spook | 01:35:29 |
kranzes | which would already be too late? | 01:35:30 |
@hexa:lossy.network | no idea | 01:35:34 |