mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update apple TV configuration variables (#6583)
* Update appleTV configuration variables * Add missing new line
This commit is contained in:
parent
683362d282
commit
a69a3e51fe
@ -42,13 +42,28 @@ apple_tv:
|
|||||||
credentials: CREDENTIALS_2
|
credentials: CREDENTIALS_2
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP-address of the device.
|
description: The IP-address of the device.
|
||||||
- **login_id** (*Required*): An identifier used to login to the device, see below.
|
required: true
|
||||||
- **name** (*Optional*): The name of the device used in the frontend.
|
type: string
|
||||||
- **start_off** (*Optional*): Set to true if the device should start in fake standby.
|
login_id:
|
||||||
- **credentials** (*Optional*): Credentials used for AirPlay playback.
|
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user