Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Releases: nagyrobi/home-assistant-custom-components-linkplay

3.2.3

03 Aug 17:38
d1f37fe
Compare
Choose a tag to compare

The linkplay custom component for Home Assistant is deprecated, and unsupported! Starting with Home Assistant 2024.08 release, Linkplay chipset based media players are officially supported without the need of any custom component.

To switch to the official LinkPlay integration starting from 2024.08, follow these steps:

  • Remove the current linkplay configuration from your configuration.yaml.
  • Restart Home-Assistant.
  • Delete the custom component through HACS or manually by deleting the custom_components/linkplay folder.
  • Restart Home-Assistant again. Your players will be automatically discovered, a notification popup will inform you on this.

For any bugs, feature requests, or PRs, please use the official Home Assistant channels.

3.2.2

04 Jul 09:30
3153911
Compare
Choose a tag to compare

3.2.1

29 Apr 17:50
1f1260e
Compare
Choose a tag to compare

Make setup async:

  • Fix for #136 (thanks for early report)

3.2.0

07 Jan 18:16
2822455
Compare
Choose a tag to compare
  • move supported features to the MediaPlayerEntityFeature enum
  • fix loop checking for redirects in urls

3.1.9

15 Oct 08:46
cbe5f11
Compare
Choose a tag to compare
Merge pull request #124 from rogelio-o/configurable_protocol

Allow configure protocol in media player configuration

3.1.8

16 Jul 16:59
cb938f6
Compare
Choose a tag to compare

Fix for #116

3.1.7

29 Jun 18:45
945a71e
Compare
Choose a tag to compare
  • add https support (#110)

3.1.6

09 Mar 13:01
c2cdac8
Compare
Choose a tag to compare
  • temporary disable of NiceToICY (recursion Error)
  • warning fix for missing target player in media browser

3.1.5

24 Apr 22:06
Compare
Choose a tag to compare
  • extended snapshot/restore functionality over Media Browser items
  • another shuffle/repeat mode supported
  • automation example for accurate Spotify snaphot and restore with TTS (needs Spotify integration too)

3.1.4

22 Apr 22:15
Compare
Choose a tag to compare
  • general improvements
  • snapshot, TTS improvements
  • added two new attributes, tts_active and snapshot_active to be used in TTS notification automations, see readme on how to use them