wrong quotes (#3153)

fix "Error parsing JSON: SyntaxError: Unexpected token ' in JSON at position 1" (wrong quotes)
This commit is contained in:
Niklas 2017-08-08 22:13:20 +02:00 committed by Fabian Affolter
parent 25392d7779
commit 6eb14c27a4

View File

@ -110,7 +110,7 @@ then device authentication is required. Press the icon in the upper left corner
<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/auth_start.jpg' />