Skip to content

Releases: custom-components/media_player.braviatv_psk

0.4.2 📺

12 Mar 21:25
f56ce65
Compare
Choose a tag to compare

What’s Changed

v0.4.1 📺

07 Aug 21:43
ae3f8f1
Compare
Choose a tag to compare

What’s Changed

  • Handle service calls for multiple TVs correctly (#54) @rchl

v0.4.0 Async 📺

05 Apr 15:56
5217bf1
Compare
Choose a tag to compare

What’s Changed

v0.4.0 Async

06 Mar 21:20
3ada8e7
Compare
Choose a tag to compare
v0.4.0 Async Pre-release
Pre-release

What’s Changed

v0.3.7 📺

01 Mar 22:10
d70c728
Compare
Choose a tag to compare

What’s Changed

v0.3.6 📺

10 Jan 22:19
da8d0fb
Compare
Choose a tag to compare

What’s Changed

Fix services

25 May 23:08
ba71eff
Compare
Choose a tag to compare

What’s Changed

Fix Invalid Response error

19 May 18:00
cb7bd98
Compare
Choose a tag to compare

Added services, show customised HDMI labels and support of HA 0.110

18 May 22:23
75f464f
Compare
Choose a tag to compare

This release contains some really nice features:

  • A service is added to Home Assistant to send commands to your TV like ChannelUp, Return or Up. This can be used to create a virtual remote or for your automations. Thanks @rchl
  • For Android TVs a service is added to open apps on your TV like Kodi or Youtube. The apps must be opened via using the uri of that app. Check the Github page of this component for examples. Thanks @rchl
  • It's now possible to show the HDMI labels you have set on the TV. This means instead of e.g. HDMI2 you can show Sky Q here. Thanks @RogerSelwyn
  • Home Assistant >= 0.110 is supported by renaming MediaPlayerDevice in the code to MediaPlayerEntity. This is backwards compatible so HA versions < 0.110 are also supported. Thanks @mories76

Thanks to all the contributors for making the PRs and the patience needed waiting for me to implement some of them. I really appreciate your efforts and patience 👍

Alternative turn-off command for Android TV and option for 12H time format

17 Mar 22:30
2298487
Compare
Choose a tag to compare

Add config option to set time format #17
Android power off command #25