Releases: custom-components/media_player.braviatv_psk
Releases · custom-components/media_player.braviatv_psk
0.4.2 📺
What’s Changed
- Enable Refresh Channels to be done during standby as well as active (#68) @RogerSelwyn
- Suppress unnecessary errors (gerard33/sony_bravia_psk#23) @RogerSelwyn
- Update lib version (#58) @gerard33
- Update validate_via_cron.yaml (#57) @gerard33
- Auto update the version number on a new release (#56) @gerard33
- URI examples (#55) @gerard33
v0.4.1 📺
v0.4.0 Async 📺
What’s Changed
- Update to work as an async Integration (#48) @RogerSelwyn
v0.4.0 Async
What’s Changed
- Update to work as an async Integration (#48), thanks @RogerSelwyn
v0.3.7 📺
What’s Changed
- Update README.md (#47) @TFhdKi95ae8L
- Add version number to manifest.json as required by HA 2021.3 https://developers.home-assistant.io/docs/creating_integration_manifest/#version
v0.3.6 📺
Fix services
Fix Invalid Response error
Fix #32
Added services, show customised HDMI labels and support of HA 0.110
This release contains some really nice features:
- A service is added to Home Assistant to send
commands
to your TV likeChannelUp
,Return
orUp
. 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 likeKodi
orYoutube
. The apps must be opened via using theuri
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 showSky Q
here. Thanks @RogerSelwyn - Home Assistant >= 0.110 is supported by renaming
MediaPlayerDevice
in the code toMediaPlayerEntity
. 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 👍