Like most people I started with HassOS and Supervisor to build my smart home. Very soon I realized what a bad idea that was performance wise and availability wise because of using a SD card, so I migrated most supervisor managed services to my x86 server. I even migrated the integrated SQLite database to an MySQL database running on that server. Neverthless, the SD card is still wearing I’d like to move my whole Home Assistant installation to that server. But: There’s one thing left: deCONZ. While I assume, migrating deCONZ itself to another machine is quite straight forward what about the integration in Home Assistant?
How to change the URL to deCONZ? In the integrations section I don’t see any option to set the URL to deCONZ. So I assume the old integration has to be deleted and a new integration be added? On the other hand, in the integrations section I see the device ID of the Conbee Stick, so is this all based on mDNS or some other autodiscovery protocol and all that has to be done is physically move the stick to the new host?