Skip to content

Releases: B5r1oJ0A9G/teufel_raumfeld

Release of version 0.1.16-alpha2

29 Sep 19:39
Compare
Choose a tag to compare

What's Changed

  • Avoid deprecated function call for entry setup by @mathebox in #69
  • Adjust default value for volume down step by @mathebox in #70
  • Hide progress bar for live content by @mathebox in #71
  • Avoid usage of deprecated media player constants by @mathebox in #73

New Contributors

Full Changelog: v0.1.16-alpha1...v0.1.16-alpha2

Release of version 0.1.16-alpha1

07 Jul 07:29
Compare
Choose a tag to compare

Note: Functional wise this release does not differ to 0.1.15-alpha4. Version change was not committed and a new features was not mentioned.

  • Fix: Deprecated entities (i.e. SUPPORT_BROWSE_MEDIA) have been removed from HA 2024.1, leading to an exception #58
  • Fix: Error while setting up teufel_raumfeld platform for media_player #63
  • Fix: The volume of the announcement is adjusted during playback via the media browser. #52
  • New: Number entities for room volume: #40 (comment)

Special thanks to @klausw01 who contributed the fixes for #58 and #63!

**Full Changelog**: https://github.com/B5r1oJ0A9G/teufel_raumfeld/compare/8e0f9fb...f6b9c4c

Release of version 0.1.15-alpha3

03 Aug 20:58
Compare
Choose a tag to compare
  • Fix missing translations for entity services.

Full Changelog: 6c4d498...ba0f2d4

Release of version 0.1.15-alpha2

02 Aug 19:45
Compare
Choose a tag to compare

Breaking change: The entity service abs_volume_set is changed to use values from 0..100 instead of 0.1..1.

Full Changelog: e817849...d8ecbcc

Release of version 0.1.15-alpha1

27 Jul 21:04
Compare
Choose a tag to compare

Release of version 0.1.14-alpha2

23 Jul 22:22
Compare
Choose a tag to compare
v0.1.14-alpha2

Bump version up to 0.1.14-alpha2

Release of version 0.1.14-alpha1

23 Jul 15:58
Compare
Choose a tag to compare
v0.1.14-alpha1

Bump version up to 0.1.14-alpha1

Release of version 0.1.13-alpha1

22 Jul 07:47
Compare
Choose a tag to compare
v0.1.13-alpha1

Bump version up to 0.1.13-alpha1

Release of version 0.1.12-alpha6

19 Jul 21:30
Compare
Choose a tag to compare
v0.1.12-alpha6

Bump up version to 0.1.12-alpha6

Release of version 0.1.12-alpha5

17 Jul 20:33
Compare
Choose a tag to compare
v0.1.12-alpha5

Add missing argument to async_get(). Fixes #44