Releases: JackJPowell/hass-unfoldedcircle
Releases · JackJPowell/hass-unfoldedcircle
I Know Kung Fu
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
- Docks are now included as devices
- 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
- Fix/entity naming by @JackJPowell in #50
- Feature/dock by @JackJPowell in #51
- Feature/ir_learning by @JackJPowell in #52
- Dock-support by @JackJPowell in #53
- Dock Support by @JackJPowell in #54
Full Changelog: v0.10.0...v0.11.0
v0.11.0 Beta 3
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
- Docks are now included as devices
- 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
- Fix/entity naming by @JackJPowell in #50
- Feature/dock by @JackJPowell in #51
- Feature/ir_learning by @JackJPowell in #52
- Dock-support by @JackJPowell in #53
- Dock Support by @JackJPowell in #54
Full Changelog: v0.10.0...v0.11.0-beta.1
v0.11.0 Beta 2
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
- Docks are now included as devices
- 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
- Fix/entity naming by @JackJPowell in #50
- Feature/dock by @JackJPowell in #51
- Feature/ir_learning by @JackJPowell in #52
- Dock-support by @JackJPowell in #53
- Dock Support by @JackJPowell in #54
Full Changelog: v0.10.0...v0.11.0-beta.1
v0.11.0-beta.1
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
- Docks are now included as devices
- 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
- Fix/entity naming by @JackJPowell in #50
- Feature/dock by @JackJPowell in #51
- Feature/ir_learning by @JackJPowell in #52
- Dock-support by @JackJPowell in #53
- Dock Support by @JackJPowell in #54
Full Changelog: v0.10.0...v0.11.0-beta.1
Wax On
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
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
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
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 mappingSee 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
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 mappingSee 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
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