What's New
External Entity Management by @albaintor and @JackJPowell in #63
This is a very large change and you may run into some hiccups in getting things reconfigured, but to help I've created some documentation to guide you through common issues and I'm available to help out on Discord.
This update adds the ability to manage the entities that are available on the remote. Upon upgrade, you will be presented with a repair to supply the websocket address of your home assistant server. This will be automatically configured on your remote.
A new option is available in the configure 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
The second option is the configuration flow from before, now with additional options to update the hostname of your remote and the websocket address of your home assistant server.
Send mapped commands from your activities @JackJPowell in #90
- 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.
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
Add ability to update remote host / ip address via configuration flow
Fixes
- Improved dock password handling when multiple docks are present. Thanks @albaintor
- Fixes ValueError: list.remove(x): x not in list error in HA logs
- Fixed partial firmware progress being reported prior to initiating a firmware install
- Correct bug when setting led brightness on the dock
Full Changelog: v0.14.0-beta.1...v0.14.0