Skip to content

Releases: JackJPowell/hass-unfoldedcircle

I Know Kung Fu

01 Sep 14:28
Compare
Choose a tag to compare

What's New

  • Dock Support
    • Docks are now included as devices
      • Two buttons are available to Identity and Reboot your dock
      • A number entity to adjust your Dock's LED
  • IR Learning
    • You can now rapidly learn IR commands through any of your docks (See readme for an example)
    • Use the new added action to define the list of IR commands you want to learn and then rapidly execute each in sequence
  • Config Flow Updates
    • Users are now prompted to supply a password for each of their connected docks. Passwords are optional during the initial config flow. If skipped, home assistant will issue a repair for the user to supply the password later.
  • Changes to support Remote 3
  • Other bug fixes

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.11.0 Beta 3

27 Aug 23:35
0ef4918
Compare
Choose a tag to compare
v0.11.0 Beta 3 Pre-release
Pre-release

Fixes

This release adds support for custom websocket events. This currently solves a problem experienced when running the 1.9.4 Remote beta when interacting with the Home Assistant Integration on the remote. Thanks @albaintor

Beta 2 Release Notes

This release corrects the following issues discovered in beta 1. Thanks to RobC and Albinator for pointing these out!

  • Fixes invalid websocket attribute reference
  • Converts debug logging output to use f strings to handle int conversion

Beta 1 Release Notes

  • Dock Support
    • Docks are now included as devices
      • Two buttons are available to Identity and Reboot your dock
      • Two number entities allow you to adjust the brightness of your Dock's LEDs
  • IR Learning
    • You can now rapidly learn IR commands through any of your docks (See readme for an example)
  • Entity and Device Migration
    • This should not be user facing but behind the scenes, nearly all entity's Unique IDs (Entity IDs remain the same) were altered along with the way Entity Names are generated.
    • Please report any entities no longer provided by the integration or any unexpected naming changes after this upgrade. User's should see zero outward facing changes related to entity names or devices
    • These changes were to conform to HA standard and to prepare for Remote Three
  • Config Flow Updates
    • Users are now prompted to supply a password for each of their connected docks. Passwords are optional during the initial config flow. If skipped, home assistant will issue a repair for the user to supply the password later.

What's Changed

Full Changelog: v0.10.0...v0.11.0-beta.1

v0.11.0 Beta 2

27 Aug 01:32
Compare
Choose a tag to compare
v0.11.0 Beta 2 Pre-release
Pre-release

Fixes

This release corrects the following issues discovered in beta 1. Thanks to RobC and Albinator for pointing these out!

  • Fixes invalid websocket attribute reference
  • Converts debug logging output to use f strings to handle int conversion

Beta 1 Release Notes

  • Dock Support
    • Docks are now included as devices
      • Two buttons are available to Identity and Reboot your dock
      • Two number entities allow you to adjust the brightness of your Dock's LEDs
  • IR Learning
    • You can now rapidly learn IR commands through any of your docks (See readme for an example)
  • Entity and Device Migration
    • This should not be user facing but behind the scenes, nearly all entity's Unique IDs (Entity IDs remain the same) were altered along with the way Entity Names are generated.
    • Please report any entities no longer provided by the integration or any unexpected naming changes after this upgrade. User's should see zero outward facing changes related to entity names or devices
    • These changes were to conform to HA standard and to prepare for Remote Three
  • Config Flow Updates
    • Users are now prompted to supply a password for each of their connected docks. Passwords are optional during the initial config flow. If skipped, home assistant will issue a repair for the user to supply the password later.

What's Changed

Full Changelog: v0.10.0...v0.11.0-beta.1

v0.11.0-beta.1

24 Aug 18:39
Compare
Choose a tag to compare
v0.11.0-beta.1 Pre-release
Pre-release

What's New

  • Dock Support
    • Docks are now included as devices
      • Two buttons are available to Identity and Reboot your dock
      • Two number entities allow you to adjust the brightness of your Dock's LEDs
  • IR Learning
    • You can now rapidly learn IR commands through any of your docks (See readme for an example)
  • Entity and Device Migration
    • This should not be user facing but behind the scenes, nearly all entity's Unique IDs (Entity IDs remain the same) were altered along with the way Entity Names are generated.
    • Please report any entities no longer provided by the integration or any unexpected naming changes after this upgrade. User's should see zero outward facing changes related to entity names or devices
    • These changes were to conform to HA standard and to prepare for Remote Three
  • Config Flow Updates
    • Users are now prompted to supply a password for each of their connected docks. Passwords are optional during the initial config flow. If skipped, home assistant will issue a repair for the user to supply the password later.

What's Changed

Full Changelog: v0.10.0...v0.11.0-beta.1

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