Update media_player.apple_tv.markdown (#3008)
Line 86: replaced single quotes with double quotes in {"entity_id": "XXX"} because of improper JSON and resulting failed command.
This commit is contained in:
parent
76e86aba56
commit
dfd885963e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ then device authentication is required. Press the icon in the upper left corner
|
||||||
|
|
||||||
<img src='/images/screenshots/developer-tools.png' />
|
<img src='/images/screenshots/developer-tools.png' />
|
||||||
|
|
||||||
Select `apple_tv` as domain, `apple_tv_authenticate` as service and enter `{'entity_id': 'XXX'}` into "Service Data", but replace XXX with the entity id of your device (e.g. `media_player.apple_tv`). Press the button and hopefully you are presented with an input dialog asking for a pin code:
|
Select `apple_tv` as domain, `apple_tv_authenticate` as service and enter `{"entity_id": "XXX"}` into "Service Data", but replace XXX with the entity id of your device (e.g. `media_player.apple_tv`). Press the button and hopefully you are presented with an input dialog asking for a pin code:
|
||||||
|
|
||||||
<img src='/images/components/apple_tv/authenticate.png' />
|
<img src='/images/components/apple_tv/authenticate.png' />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue