Beta 15
- Update zeroconf import for Home Assistant 2025.2
- The remote entity now supports sending commands mapped to a remote button in your activities.
- To get started, use the remote.send_command or unfoldedcircle.send_button_command actions to "press" one of the keys on your remote.
- The button press will initiate whatever action you have mapped in your running activity.
- Added support for the update entity on Dock devices.
- The entity supports firmware notification and installation. Install progress and release notes will be added later once I can validate the functionality.
- Fix bug where partial firmware progress was being reported prior to initiating a firmware install
Beta 14
- Adds binary_sensor, input_boolean, input_button, and sensor to list of supported entity types
- These will now be selectable to expose to your remote
Beta 13
- Fixes ValueError: list.remove(x): x not in list error in HA logs
- Fixes unavailable entities issue on remote after adding new entities from HA without automatic subscription. (Fixes Known Issue from beta 10)
Beta 12
- Add ability to update remote host / ip address via configuration flow
- Home Assistant will now issue a repair if new remote connection logic has not been setup
- Completing the repair will establish the new logic
Beta 11
Deleted
Beta 10
- Improve setup flow @JackJPowell
- Attempt at addressing setup errors when previous config exists
Known Issues
- When exposing entities to the remote without automatic configuration, retrieving unconfigured entities on remote is unreliable.
- To work around this issue, leave the checkbox ticked to "Automatically configure entities shared with Remote"
Beta 9
- Quick fix for config flow error when adding entities to the remote
- Improve update handling
Beta 8
- Further refinement of entity management
- Bug Fixes
Beta 7
- Further refinement of entity management
Beta 6
- Reworked entity management. Thanks @albaintor
Beta 5
- Add ability to modify websocket URL after configuration
- Improve handling of upgrade case
- Validate websocket url
- Improve edge case handling - self repair
Beta 4
- Includes @albaintor's fixes for multiple docks.
Beta 3
- Quick fix for Dock Setup Failure
Beta 2
- IR improvements by @JackJPowell in #64
- This update adds the ability to send IR codes from predefined manufacturer code sets.
- You can try it out using the new Action: unfoldedcircle.send_ir_command
- This update also corrects an issue with IR learning support
- This update adds the ability to send IR codes from predefined manufacturer code sets.
Beta 1
- External Entity Management by @albaintor and @JackJPowell in #63
This update adds the ability to manage the entities that are available on the remote. To test out this functionality, click the configure button in home assistant and you'll be presented with a menu. The first option will present you with two dropdown menus to add and remove the entities that are selected on your remote. More information can be found here
Full Changelog: v0.13.1...v0.14.0-beta.1
Full Changelog: v0.14.0-beta.1...v0.14.0-beta.2