Skip to content

Commit dfd8859

Browse files
BUUT!fabaff
BUUT!
authored andcommitted
Update media_player.apple_tv.markdown (home-assistant#3008)
Line 86: replaced single quotes with double quotes in {"entity_id": "XXX"} because of improper JSON and resulting failed command.
1 parent 76e86ab commit dfd8859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/media_player.apple_tv.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ then device authentication is required. Press the icon in the upper left corner
8383

8484
<img src='/images/screenshots/developer-tools.png' />
8585

86-
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:
86+
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:
8787

8888
<img src='/images/components/apple_tv/authenticate.png' />
8989

0 commit comments

Comments
 (0)