diff --git a/info.md b/info.md index 6fc7dac..bedd61f 100644 --- a/info.md +++ b/info.md @@ -1,6 +1,13 @@ {% if installed %} **Thanks for using this custom component.** +Version 0.3.3/0.3.4 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 +
{% endif %}