✏️ Minor changes

This commit is contained in:
Franck Nijhof 2018-01-29 07:59:55 +01:00 committed by GitHub
parent 6e8966b611
commit c16a434566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.