Skip to content

Releases: JackJPowell/hass-unfoldedcircle

So Much Room For Activities

14 Mar 21:41
Compare
Choose a tag to compare

What's Changed

Corrects issue #26 restoring IR Remote command functionality. @JackJPowell
Thanks for the report @Lars-

Full Changelog: v0.6.1...v0.6.2

So much room for activities

12 Mar 01:28
f7a161b
Compare
Choose a tag to compare

What's Changed

Additional options have been added to the intergration for further customization:

  • Activity Options:
    • Create all activities as switches
    • Suppress the creation of activity groups as selects (best combined with the previous option)
  • Media Player Options:
    • Create a global media player
    • Create a media player for each activity group on your remote
    • Create a media player for each activity on your remote

The global media player's source selection has been restored to its standard function. The previous functionality allowing you to switch media player device has been moved to the "Sound Mode" list.

Full Changelog: v.0.6.0...v0.6.1

Everything but the Kitchen Sink

07 Mar 02:35
bd29b83
Compare
Choose a tag to compare

This is a jam-packed release. Please check the breaking changes section.

Breaking Changes

  • Any activity that is apart of an activity group will no longer be provided as a switch when upgrading to this release. Activity groups are now contained in a select entity.

What's Changed

  • The integration is now Local Push! Thanks to @albaintor for adding web socket support, this integration is now able to always immediately reflect the current state of all sensors and controls in the remote.
  • All configuration settings available on the remote are now also exposed in home assistant. This allows you to programmatically alter remote behavior based on triggers. (e.g. When you start a movie not only can you dim the ceiling lights, you can also lower the remote display brightness to not blind yourself in the dark)
  • A media player entity is now available that shows the currently playing media and provides control through the remote. If you have more than one media source active, you can switch between them in the media player source dropdown.
  • A new sensor displaying the remote's power state has been added
  • The unfolded circle remote's web socket api does not contain resource usage information (cpu, memory, and storage) and must be retrieved by polling. Because of this, these sensors will now default to disabled by default. If you already have them enabled, you will not notice any changes after the update
  • French language support has been added thanks to @albaintor

Improvements

  • Zeroconf has been updated to use the MAC address as its unique identifier hopefully clearing up duplicate zero conf discovery messages in home assistant. Thanks @albaintor
  • A diagnostic download option has been added to the device screen. This is helpful in debugging situations.
  • A disabled by default sensor is available which informs the user if polling is currently in use or not (This only occurs if one of the resource usage sensors is enabled. The only information that is polled is for resource usage.)
  • Miscellaneous bug fixes and improvements

New Contributors

Full Changelog: v0.3.1...v.0.6.0

Infinite Activities...almost

06 Feb 00:56
Compare
Choose a tag to compare
  • This is a small release to correct the issue where only your first ten activities would be imported into home assistant. This limit has been increased to 100.
  • A larger release is in the works to add an additional 8 configuration entities that will allow you to alter remote settings from within home assistant

Empathy for the Machine

27 Jan 16:27
Compare
Choose a tag to compare

This release attempts to show some empathy for your remote two devices and substantially cuts back on the number of api calls while still providing the same update frequency. Functionality remains exactly the same while making the job of Home Assistant and your remote just a little bit easier.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

03 Dec 18:41
9940d86
Compare
Choose a tag to compare

What's Changed

  • Add Support for Zeroconf Discovery

Your Remote Two will now be automatically discovered on the network. If you have already configured the remote two integration, you can ignore this discovery. Currently, there is insufficient data sent in the mdns broadcast to identify if you have previosly added this device to home assistant. Until that changes, a single click of ignore will hide the request from view.

Full Changelog: v0.1.2...v0.2.0

v0.1.2

25 Nov 01:23
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

24 Nov 20:59
6dfcc03
Compare
Choose a tag to compare

What's Changed

  • Corrects intended behavior of restart button
  • Improve Switch State Handling for long running activities
  • Corrects bug in config flow for initial setup

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

22 Nov 16:31
Compare
Choose a tag to compare

Release v0.1.0

The following additional entities are made available in Home Assistant with this release:

  • Remote
    • Provides the ability to send IR commands from your Unfolded Circle Dock
    • Home Assistant does not provide the ability from within the service to control which dock or IR port
  • Sensors
    • Memory: Reports free memory on your Remote Two
    • Storage: Reports free storage on your Remote Two
    • CPU Load: Reports 1 minute load averages on the CPU within your Remote Two
  • Update
    • A few tweaks and a name change
    • Ignoring release channel for the time being
  • Button
    • Provides the ability to restart the remote

This update also saw lots of small tweaks and improvements to the devices page to come inline with Home Assistant UI conventions.

Any configurable setting in the web configurator could be made available through home assistant. If you would like for one to be, open an issue and let me know.

Release v0.0.2

16 Nov 02:22
Compare
Choose a tag to compare

Minor Bug Fixes:

  • Removed limit on activities (hopefully, quick fix)
  • Improved url handling
  • This release does leave min version at 2023.11 (I want to validate before lowering)