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
fix(25): fix None defaults for debug step NumberSelector/DateTimeSelector
DEFAULT_DEBUG_LAT, DEFAULT_DEBUG_LON, and DEFAULT_DEBUG_DATETIME are None.
Passing None as vol.Optional default serializes to null JSON, which crashes
HA's frontend NumberSelector/DateTimeSelector components before the debug
step renders, causing the "unknown error" on options flow save.
Apply same pattern as EntitySelector fix: omit default entirely when the
field has no saved value so the field renders empty rather than null.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments