v1.4.1
Fix
- OptionsFlow 500 error: Removed manual
self.config_entryassignment inBraviaRestApiOptionsFlow.__init__(). HA Core 2026.4+ madeconfig_entrya read-only property onOptionsFlow— the base class now wires it up automatically.
Fixes the AttributeError: property 'config_entry' of 'BraviaRestApiOptionsFlow' object has no setter crash when clicking Configure on the integration.
Full Changelog: v1.3.3...v1.4.1