Skip to content

v1.4.1

Choose a tag to compare

@cmos486 cmos486 released this 19 May 18:40

Fix

  • OptionsFlow 500 error: Removed manual self.config_entry assignment in BraviaRestApiOptionsFlow.__init__(). HA Core 2026.4+ made config_entry a read-only property on OptionsFlow — 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