9 May 2025 |
Ilan Joselevich (Kranzes) | Let me get rid of zeroconf real quick | 01:18:44 |
hexa | e.g. frontend depends on | 01:19:51 |
hexa | "dependencies": [
"api",
"auth",
"config",
"device_automation",
"diagnostics",
"file_upload",
"http",
"lovelace",
"onboarding",
"repairs",
"search",
"system_log",
"websocket_api"
],
| 01:19:54 |
hexa | some time ago I built a full dependency tree, but not sure where that code is now | 01:20:28 |
hexa | basically something depends on https://www.home-assistant.io/integrations/usb/ | 01:20:41 |
Ilan Joselevich (Kranzes) | It's not a USB dongle | 01:21:11 |
Ilan Joselevich (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 |
Ilan Joselevich (Kranzes) | more specifically xiaomi_ble | 01:21:48 |
Ilan Joselevich (Kranzes) | https://github.com/home-assistant/core/blob/dev/homeassistant/components/zeroconf/manifest.json | 01:23:16 |
Ilan Joselevich (Kranzes) | network and api | 01:23:26 |
hexa | https://github.com/frenck/spook/blob/1ffe91a4bc7e8b2f1ee92a201989d74d2bdeaff1/custom_components/spook/services.yaml#L656-L669 | 01:24:18 |
hexa | this looks interesting | 01:24:21 |
Ilan Joselevich (Kranzes) | hmm | 01:25:38 |
Ilan Joselevich (Kranzes) | really silly | 01:25:57 |
Ilan Joselevich (Kranzes) | ok so esphome depends on bluetooth, i understand the errors now | 01:26:37 |
Ilan Joselevich (Kranzes) | zeroconf tho, why does that trigger zha? | 01:26:45 |
Ilan Joselevich (Kranzes) | neither zeroconf nor smlight depend on zha | 01:27:21 |
Ilan Joselevich (Kranzes) | Hmmm | 01:35:03 |
Ilan Joselevich (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 |
Ilan Joselevich (Kranzes) | It's only ignores after they've been discovered? | 01:35:26 |
hexa | home-assistant-custom-components.spook | 01:35:29 |
Ilan Joselevich (Kranzes) | which would already be too late? | 01:35:30 |
hexa | no idea | 01:35:34 |
Ilan Joselevich (Kranzes) | or am i getting it wrong | 01:35:36 |
Ilan Joselevich (Kranzes) | let me try | 01:35:37 |
Ilan Joselevich (Kranzes) | I'm gonna try to trigger it on homeassistant.start | 01:35:47 |
Ilan Joselevich (Kranzes) | Doesn't work, and even if it did work, it's a nasty hack | 01:52:54 |
| Marie | 21:11:48 |
| Marie | 21:12:08 |
| Marie | 21:13:13 |