diff --git a/app/components/device/new/device-info.tsx b/app/components/device/new/device-info.tsx index 125733e2..c8da0ad3 100644 --- a/app/components/device/new/device-info.tsx +++ b/app/components/device/new/device-info.tsx @@ -99,24 +99,24 @@ export function DeviceSelectionStep() { const handleClose = () => { setSelectedDevice(null) + setSelectedConnectionType('') setValue('model', null) } + const isConfiguringSenseBoxHome = selectedDevice === 'senseBox:Home' + return (