diff --git a/source/_components/apple_tv.markdown b/source/_components/apple_tv.markdown index 52d74a6b3a8..28e83f95567 100644 --- a/source/_components/apple_tv.markdown +++ b/source/_components/apple_tv.markdown @@ -81,7 +81,7 @@ In order to connect to the device, you need a *login id*. The easiest way to obt Make sure Home Sharing is enabled on the Apple TV. -To scan for devices and determine the `login_id`, press the icon in the upper left corner and select the leftmost icon according to the image: +To scan for devices and determine the `login_id`, open the developer tools by selecting the hammer icon in the sidebar. Once in the developer tools select **services**. @@ -111,7 +111,7 @@ If you, when playing media with `play_url`, get the following error message: *“This AirPlay connection requires iOS 7.1 or later, OS X 10.10 or later, or iTunes 11.2 or later.”* -then device authentication is required. Press the icon in the upper left corner and select the leftmost icon according to the image below: +then device authentication is required, open the developer tools by selecting the hammer icon in the sidebar. Once in the developer tools select **services**. diff --git a/source/_docs/tools/dev-tools.markdown b/source/_docs/tools/dev-tools.markdown index 887195c8113..a634e392bab 100644 --- a/source/_docs/tools/dev-tools.markdown +++ b/source/_docs/tools/dev-tools.markdown @@ -10,13 +10,13 @@ The frontend contains a section called "Developer Tools". Screenshot of Home Assistant's Developer Tools.

-| Section | Icon | Description | -| ------- |------| ----- | -| Services | service developer tool icon | Calls services from integrations | -| States | service developer tool icon | Sets the representation of an entity | -| Events | service developer tool icon | Fires events | -| Templates | service developer tool icon | Renders templates | -| Info | service developer tool icon | Details about Home Assistant | +| Section |Description | +| ------- |----- | +| Services | Calls services from integrations | +| States | Sets the representation of an entity | +| Events | Fires events | +| Templates | Renders templates | +| Info | Details about Home Assistant | ## What can I do with Developer Tools? The Developer Tools is meant for **all** (not just for the developers) to quickly try out things - like calling services, update states, raising events, and publish messages in mqtt…etc.). It is also a necessary tool for those who write custom automations and scripts by hand. The following describes each of the section in detail. diff --git a/source/images/screenshots/developer-tools.png b/source/images/screenshots/developer-tools.png index 74afe1ea067..1c94816eeee 100644 Binary files a/source/images/screenshots/developer-tools.png and b/source/images/screenshots/developer-tools.png differ