1.2.1 (2025-02-24)
- deps: update uv lockfile (040db83)
1.2.0 (2025-01-07)
1.1.0 (2025-01-03)
1.0.2 (2024-11-13)
1.0.1 (2024-11-11)
- resolve empty init commands issue (abb8309)
- complete rewrite of the rfplayer integration (1502ad8)
- empty string support for init commands and improved receiver mode configuration (38003e2)
- installing the new version will breaking any existing instance because the configuration is different and there is no migration support
- /!\ Complete rework, you need to remove your integration configuration and add it again, you will have to add your device again
- Fix mixup between device ID and device address in english for send_command service
- Fix RfplayerDevice available getter
- Fix default conf missing error during initialization
- Lint and code improvments
- Bump pyserial-asyncio
- Add service translation
- Handle no USB device found during init
- Replace the jamming sensor by a binary_sensor and add events catching to it
- Allow to specify manual path to USB device
- Disallow multi instance of the integration
- Fix options changes not reloading integration
- Fix incapacity to create switch entity when automatic entity add is disabled at bootstrap
- Replace deprecated async_get_registry method
- Add missing async_write_ha_state for number entity
- Add X2D/STARBOX F03 (CPL) messages parsing
- Replace deprecated methods
- Replace deprecated method
async_setup_platforms
- Fix 2022.07 error
- Handle Oregon and Edisio protocols
- Add Jamming entities
- Rename custom_component dir according to best practices
- Add switch entity
- Create switch entity with service
send_command
- Improve config flow and add option menu
- Add translations
- Code improvments
- Initial release