From 6eb14c27a4ac16e511587342fae5d8e8a57e913e Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 8 Aug 2017 22:13:20 +0200 Subject: [PATCH] wrong quotes (#3153) fix "Error parsing JSON: SyntaxError: Unexpected token ' in JSON at position 1" (wrong quotes) --- source/_components/apple_tv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/apple_tv.markdown b/source/_components/apple_tv.markdown index 2d01f193f42..4adef1bf14a 100644 --- a/source/_components/apple_tv.markdown +++ b/source/_components/apple_tv.markdown @@ -110,7 +110,7 @@ then device authentication is required. Press the icon in the upper left corner -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: