Update apple TV configuration variables (#6583)

* Update appleTV configuration variables

* Add missing new line
This commit is contained in:
Mryck 2018-10-07 18:58:24 +02:00 committed by Franck Nijhof
parent 683362d282
commit a69a3e51fe

View File

@ -42,13 +42,28 @@ apple_tv:
credentials: CREDENTIALS_2
```
Configuration variables:
- **host** (*Required*): The IP-address of the device.
- **login_id** (*Required*): An identifier used to login to the device, see below.
- **name** (*Optional*): The name of the device used in the frontend.
- **start_off** (*Optional*): Set to true if the device should start in fake standby.
- **credentials** (*Optional*): Credentials used for AirPlay playback.
{% configuration %}
host:
description: The IP-address of the device.
required: true
type: string
login_id:
description: An identifier used to login to the device, see below.
required: true
type: string
name:
description: The name of the device used in the frontend.
required: false
type: string
start_off:
description: Set to true if the device should start in fake standby.
required: false
type: boolean
credentials:
description: Credentials used for AirPlay playback.
required: false
type: string
{% endconfiguration %}
In order to connect to the device, you need a *login id*. The easiest way to obtain this identifier is to use the `apple_tv_scan` service (described below). Additional information about `start_off` and `credentials` can also be found under the guides section.