v1.2.11
Release v1.2.11
What's Changed
Bug Fixes
-
Fixed multi-device support - The integration now correctly allows adding multiple Alfa devices
(Fixes #195)The codebase was already architecturally designed to support multiple devices (each config entry has
its own coordinator, API client, and runtime data), butmanifest.jsonhadsingle_config_entry: true
which blocked adding more than one device. This has been corrected tosingle_config_entry: false.For VPN users: When adding a remote Alfa device over VPN, enable the "Skip MAC Detection" option
during setup to avoid timeout issues with MAC address retrieval over slow connections. -
Fixed Hassfest validation - Removed URLs from translation description strings (Hassfest requires
using description placeholders instead of direct URLs)
Acknowledgments
Thanks to @jnob1 for reporting the multi-device issue! Their detailed report
on the HA Community forum helped identify that the documentation said multi-device was supported, but
the manifest setting was blocking it.
Full Changelog
Full Changelog: v1.2.10...v1.2.11