v1.2.2 — Fix quick_add unavailable state
Fixed
- Quick Add text entity shows 'unavailable' — The entity had
native_min=1but its default value is an empty string (""). HA'sTextEntity.stateraisesValueErrorwhenlen("") < min(1), causing the entity to appear as unavailable. Fixed by settingnative_min=0to allow the empty-string cleared state after each submission.