You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove RequireAuth wrapper from fireplace page and login blocking from
Home component. Bluetooth device control does not require cloud
authentication - it uses direct BLE communication with static AES keys.
When logged out in Cloud mode:
- Home page: Show clean placeholder cards with "Tap to control" instead
of permanent loading skeletons
- Fireplace page: Show auth block with Bluetooth hint instead of
unusable Thermostat skeleton
- Connection mode toggle remains visible to switch to Bluetooth
Users can now add devices and control them via Bluetooth without ever
logging in. Cloud mode still requires authentication.
Copy file name to clipboardExpand all lines: public/locales/es/home.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
"addFirstDevice": "Agregue su primer dispositivo",
5
5
"manageDevices": "Administrar dispositivos",
6
6
"manageDevicesDescription": "Agregar o eliminar dispositivos de su lista",
7
+
"loginRequired": "Inicio de sesión requerido",
8
+
"bluetoothAvailable": "Modo Bluetooth disponible",
9
+
"bluetoothHint": "Puedes controlar tu estufa via Bluetooth sin iniciar sesion. Agrega un dispositivo y usa el modo Bluetooth en la pagina del dispositivo.",
Copy file name to clipboardExpand all lines: public/locales/fr/home.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
"addFirstDevice": "Ajoutez votre premier appareil",
5
5
"manageDevices": "Gérer les appareils",
6
6
"manageDevicesDescription": "Ajouter ou supprimer des appareils de votre liste",
7
+
"loginRequired": "Connexion requise",
8
+
"bluetoothAvailable": "Mode Bluetooth disponible",
9
+
"bluetoothHint": "Vous pouvez contrôler votre poêle via Bluetooth sans vous connecter. Ajoutez un appareil et utilisez le mode Bluetooth sur la page de l'appareil.",
0 commit comments