1.1.3
What's Changed
- Switch Restore State: Add support to restore the switch state (
on/off) on integration reload or Home Assistant restart by @guanaco0403 in #3 - Bug Fix (Registry Cleanup): Fix a critical bug where the main Gateway device, connection status sensor, and RF transmitter entities were deleted from Home Assistant's registry and recreated on every reload, which caused users to lose their UI customizations (e.g., area/room assignments or custom names).
- Compatibility Improvement: Move the
radio_frequencydependency toafter_dependenciesinmanifest.jsonto allow the integration to load and fallback gracefully on older Home Assistant versions (pre-2026.5). - Code Quality: Format code with
blackand validate syntax rules withruff.
Full Changelog: 1.1.2...1.1.3