Skip to content

v0.15.1

Choose a tag to compare

@bvis bvis released this 12 Apr 19:48
v0.15.1
361235a

Security hardening & reliability (from PR #1 review)

  • FCM credentials now use HA Store API (.storage/) instead of plaintext files, with non-blocking save
  • Password field masked in config flow UI
  • Token access via public get_access_token() with auto-reauthentication
  • Log redaction: recursive masking of sensitive tokens (FermaxToken, etc.) at all nesting levels
  • Recording cleanup uses hass.config.media_dirs (portable) and runs off the event loop
  • Config migration v1→v2 with clear error message for pre-v0.12.0 entries
  • extract_credentials.py: fixes PRO environment detection, local variable resolution, Android strings.xml parsing, and base_url derivation