Skip to content

Fix config flow validation and Deco name decoding

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:24
ff5b414

Changes

Summary

Fixes two issues:

  • Polling interval validation could fail when Home Assistant provided values as strings.
  • Deco names returned as plain text could incorrectly show as <Error Decoding ...>.

Changes

  • Coerce scan interval values to int before validation.
  • Fall back to the original name when base64 decoding fails.

Fixes #524

📦 Dependencies