first(); // The bridge UI runs on the HomeOS host at its configured port. $host = explode(':', HostAddress::broker())[0]; return view('livewire.modals.ring-setup', [ 'status' => $addon?->status ?? 'disconnected', 'statusDetail' => $addon?->status_detail, 'connectedAt' => $addon?->connected_at, 'bridgeUrl' => 'http://'.$host.':'.config('homeos.ring.ui_port', 55123), ]); } }