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
test(e2e): pin the #2254 partial-options wipe against a real options flow
The existing options round-trip could not catch it: group's LIGHT options
are all vol.Required, and required fields were already backfilled from the
step's suggestion. group_type=sensor is the reachable repro -- its schema
adds vol.Optional(ignore_non_numeric, default=False), the optional +
static-default shape that voluptuous silently refills when the key is
omitted.
Complements the unit suite rather than repeating it: those pin the payload
against a hand-written copy of HA's serialization and would keep passing if
HA changed how it emits suggested_value. Verified to fail pre-fix (field
omitted, persisted False) and pass post-fix (True submitted and kept).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012d29UJTiH4Uy2Pm37SBPtr
0 commit comments