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
Gate offline-tolerant startup behind an "Allow offline startup" option
Add a boolean option (default off) to the options flow so the
offline-tolerant startup is opt-in. When disabled, setup keeps the
standard ConfigEntryNotReady behavior; when enabled, an unreachable
device with cached capabilities starts unavailable instead of showing a
setup error. Capabilities are still cached unconditionally so the option
works immediately once enabled.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
"temp_step": "Schrittgröße für Temperatureinstellung",
85
86
"fan_speed_step": "Schrittgröße für Lüftergeschwindigkeit",
86
-
"max_connection_lifetime": "Maximale Zeit in Sekunden, die eine Verbindung verwendet wird (mindestens 15 Sekunden)"
87
+
"max_connection_lifetime": "Maximale Zeit in Sekunden, die eine Verbindung verwendet wird (mindestens 15 Sekunden)",
88
+
"allow_offline_startup": "Beim Start aus zwischengespeicherten Fähigkeiten laden, wenn das Gerät offline ist, statt einen Einrichtungsfehler anzuzeigen. Entitäten bleiben nicht verfügbar, bis das Gerät wieder verbunden ist."
"temp_step": "Step size for temperature set point",
87
88
"fan_speed_step": "Step size for custom fan speeds",
88
89
"max_connection_lifetime": "Maximum time in seconds a connection will be used (15 second minimum)",
89
90
"capability_overrides": "Device capability overrides in YAML format",
90
-
"merge_capability_overrides": "Merge overrides with existing device capabilities"
91
+
"merge_capability_overrides": "Merge overrides with existing device capabilities",
92
+
"allow_offline_startup": "Start from previously cached capabilities when the device is offline, instead of showing a setup error. Entities remain unavailable until the device reconnects."
0 commit comments