From c16a434566d1ec73f4e7fe79624654b0f174ac2c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 29 Jan 2018 07:59:55 +0100 Subject: [PATCH] :pencil2: Minor changes --- source/_components/media_player.mediaroom.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/media_player.mediaroom.markdown b/source/_components/media_player.mediaroom.markdown index 65ba033c8ed..d88d5673f41 100644 --- a/source/_components/media_player.mediaroom.markdown +++ b/source/_components/media_player.mediaroom.markdown @@ -10,7 +10,7 @@ footer: true logo: mediaroom.png ha_category: Media Player ha_iot_class: "Local Polling" -ha_release: "0.62" +ha_release: "0.63" --- The `mediaroom` component allows you to control a [Mediaroom](https://en.wikipedia.org/wiki/Ericsson_Mediaroom) Set-Top Box (STB) from Home Assistant. @@ -35,12 +35,12 @@ media_player: required: false type: string optimistic: - description: In case the component can't determine the status of the box, consider the box always ON. + description: In case the component cannot determine the status of the box, consider the box always ON. required: false type: boolean {% endconfiguration %} -Notice that all parameters are optional, and discovery shoud configure everything for you. +Notice that all parameters are optional, and discovery should configure everything for you. #### {% linkable_title Using the Mediaroom component %} @@ -48,4 +48,4 @@ The component has been developed for Portuguese TV operators currently using the In most cases (single STB) you just need to setup the *name* and discovery will do the rest. In case you have more than one STB you are required to set the *host* in each one of the entries. -If the STB is in the same network segment as Home Assistant we can determine whether the device is turned on or off. Without this, the component will fail to determine the Set-top box status and you are required to add the *optimistic* configuration variable. +If the STB is on the same network segment as Home Assistant, it can determine whether the device is turned on or off. Without this, the component will fail to determine the Set-top box status, and you are required to add the *optimistic* configuration variable.