Releases: jkeljo/sisyphus-control
Releases · jkeljo/sisyphus-control
Requirements file tweak
v1.1.1 Bump to 1.1.1
New features to help support HomeAssistant integration
Added
name
property onTable
get_thumbnail_url
method onTrack
Changed
Table.active_track
works now
Removed
- Don't force a particular logging config
Distribution hotfix
Added
- Missing dependency in
setup.py
Fully support firmware 1.2.0
Added
- Support for firmware 1.2.0 (
is_sleeping
,sleep
, andwakeup
methods onTable
) - Change notifications, including when changes are made from another app (
add_listener
andremove_listener
methods onTable
)
Changed
Table.close
must now be called when theTable
is no longer needed, either directly or viaasync with
Removed
Playlist.get_track_by_index
(doesn't make sense;get_tracks
already returns the tracks in sorted order)
Hotfix
Hotfix
Initial release
Just getting this code out there. I've done some manual testing locally but haven't yet dreamt up a reasonable way to automate the tests. Next step is to hook this in to Home Assistant!