Skip to content

Releases: JackJPowell/hass-unfoldedcircle

Wax On

03 Jul 10:55
cc0b5db
Compare
Choose a tag to compare

What's Changed

  • With the addition of the volume slider inside of the media player, you can now jump to defined volume set points! Thanks, @albaintor
  • A custom service has been added allowing you to adjust the 'prevent sleep' toggle associated with each activity.

Notes

  • If you have additional options you'd like to manage inside of Home Assistant, let me know!

Full Changelog: v0.9.0...v0.10.0 @JackJPowell

Wax On

21 Jun 19:45
5cfc90d
Compare
Choose a tag to compare
Wax On Pre-release
Pre-release

What's Changed

  • With the addition of the volume slider inside of the media player, you can now jump to defined volume set points! Thanks, @albaintor
  • A custom service has been added allowing you to adjust the 'prevent sleep' toggle associated with each activity.

Notes

  • If you have additional options you'd like to manage inside of Home Assistant, let me know!
  • I limited the entity selection for 'Activity' in the Update Activity Service to switches.
    • Should I also include media players?

Full Changelog: v0.9.0...v0.10.0-beta.1 @JackJPowell

Media Player Polish

20 Jun 12:07
Compare
Choose a tag to compare

Improvements

  • Map Media Player volume up, down, mute, next, previous, play/pause, and power buttons to the corresponding button on the remote --This will send the full command associated with the active activity

Changes

  • Only create a media player if the associated activity has media player entities

Fixes

  • Correct media player state handling -- Media players should turn on and off along with their coorisponding activities
  • Filter Media Player entities within Media Player 'Sound Mode' list ("unavailable", "off")
  • Improve Activity Switch state handling
  • Improve Activity Group Select state handling
  • Report Media Player as "on" if associated activity is running
  • Correctly report if media player unmutes

Notes

  • This release was the previously released Beta 3
  • More updates are following shortly. Stay tuned

V0.9.0 Beta 3

18 Jun 01:42
Compare
Choose a tag to compare
V0.9.0 Beta 3 Pre-release
Pre-release

Beta 3

Improvements

  • Associate Media Player and power controls with corresponding button on the remote --Still sends the full command associated with the active activity

Notes

We are getting close to a release.

Beta 2

Changes

  • Only create a media player if the associated activity has media player entities
  • Associate Media Player controls with corresponding button on the remote --Now sends the full command associated with the active activity

Fixes

  • Correct media player state handling -- Media players should turn on and off along with their coorisponding activities
  • Further filter Media Player entities within Media Player 'Sound Mode' list ("unavailable", "off")
  • Correct mute button behavior within media player (Source of errors in HA Logs)
  • Improve Activity Switch state handling
  • Improve Activity Group Select state handling

Beta 1

  • Map Media Player volume up, down, mute, next, previous, play/pause, and power buttons to associated entity defined in your activity's button mapping See current changes
    • This change makes your media players predicable and allows you to generically control your playing media based on the active activity
  • Report Media Player as "on" if associated activity is running
  • Always display available entities in Sound Mode dropdown (Activity Media Players) as long as they are not "unavailable" See current changes
  • Correctly report if media player unmutes

v0.9.0 Beta 2

16 Jun 18:19
Compare
Choose a tag to compare
v0.9.0 Beta 2 Pre-release
Pre-release

Changes

  • Only create a media player if the associated activity has media player entities
  • Associate Media Player controls with corresponding button on the remote --Now sends the full command associated with the active activity

Fixes

  • Correct media player state handling -- Media players should turn on and off along with their coorisponding activities
  • Further filter Media Player entities within Media Player 'Sound Mode' list ("unavailable", "off")
  • Correct mute button behavior within media player (Source of errors in HA Logs)
  • Improve Activity Switch state handling
  • Improve Activity Group Select state handling

Previous Beta Release Notes

  • Map Media Player volume up, down, mute, next, previous, and play/pause to associated entity defined in your activity's button mapping See current changes
    • This change makes your media players predicable and allows you to generically control your playing media based on the active activity
  • Report Media Player as "on" if associated activity is running
  • Always display available entities in Sound Mode dropdown (Activity Media Players) as long as they are not "unavailable" See current changes
  • Correctly report if media player unmutes

v0.9.0 Beta

15 Jun 23:16
Compare
Choose a tag to compare
v0.9.0 Beta Pre-release
Pre-release

Media Player Improvements

  • Map Media Player volume up, down, mute, next, previous, and play/pause to associated entity defined in your activity's button mapping
    • This change makes your media players predicable and allows you to generically control your playing media based on the active activity
  • Report Media Player as "on" if associated activity is running
  • Always display available entities in Sound Mode dropdown (Activity Media Players) as long as they are not "unavailable"
  • Correctly report if media player unmutes

Improved Software Update Handling

19 May 22:12
ae0285d
Compare
Choose a tag to compare

What's New

A button entity has been added which allows you to force check the remote for a new update (The remote will ping the update server)

What's Changed

This update attempts to improve firmware updates from within home assistant by:

  • Pre-downloading the firmware update file to the remote
  • If the update file has not been downloaded when an install is initiated, the update progress bar no longer hangs. It instead uses the first 10% to communicate download progress. Once the firmware begins installing, the remaining progress updates will be the firmware itself.

Full Changelog: v.0.7.0...v0.8.0

v.0.7.0

22 Apr 22:51
Compare
Choose a tag to compare

Software Update Support

  • This release brings full software update support. You can now update your Remote 2 via the installation prompt, see the installation progress, and read the release notes all from within home assistant.

Fixes

  • Fixed media player position not updating correctly. Thanks @albaintor!

What's Changed

v0.6.5

10 Apr 00:49
69eebf3
Compare
Choose a tag to compare

What's Changed

Minor update to correct remote api change

Zeroconf Updates

07 Apr 19:25
Compare
Choose a tag to compare

What's Changed

  • Zeroconf support has been significantly reworked and should resolve the duplicate and sometimes repetitive discoveries of "new" remote two devices.
  • Support has also been added for the discovery and inclusion of a remote two simulated device.