Skip to content

Releases: gce-electronics/HA_RFPlayer

0.7.1

17 Jul 14:27
ecdd977
Compare
Choose a tag to compare
  • Fix mixup between device ID and device address in english for send_command service
  • Fix RfplayerDevice available getter

0.7.0

23 May 15:16
b965959
Compare
Choose a tag to compare
  • 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
    

0.6.1: Fix incapacity to create switch entity when automatic entity add is d…

03 Dec 12:33
Compare
Choose a tag to compare
  • Fix incapacity to create switch entity when automatic entity add is disabled at bootstrap

0.6.0

27 Apr 08:04
Compare
Choose a tag to compare
  • Replace deprecated async_get_registry method

0.5.0

30 Mar 06:43
d8b56a0
Compare
Choose a tag to compare
  • Add missing async_write_ha_state for number entity
  • Add X2D/STARBOX F03 (CPL) messages parsing
  • Replace deprecated methods

0.4.0

08 Jul 07:20
91f4d18
Compare
Choose a tag to compare
  • Fix 2022.07 error

0.2.1

19 Dec 00:05
Compare
Choose a tag to compare
  • Rename custom component dir

0.2.0

19 Dec 00:01
Compare
Choose a tag to compare
  • Add switch entity
  • Create switch entity with service send_command
  • Improve config flow and add option menu
  • Add translations
  • Code improvments