From b3d77d5896ed8ff0a8dd407e58c2768d2ff21658 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Oct 2015 18:26:04 +0200 Subject: [PATCH] Update docs --- source/components/media_player.itunes.markdown | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/source/components/media_player.itunes.markdown b/source/components/media_player.itunes.markdown index 524bd23f398..00ecd4f1ca7 100644 --- a/source/components/media_player.itunes.markdown +++ b/source/components/media_player.itunes.markdown @@ -10,13 +10,9 @@ footer: true --- - The iTunes platform allows you to control [iTunes](http://apple.com/itunes/) from Home Assistant. - It uses a 3rd party server that you run on your Mac called - [itunes-api](https://github.com/maddox/itunes-api). Play, pause, or skip songs remotely on iTunes - running on your Mac. +The iTunes platform allows you to control [iTunes](http://apple.com/itunes/) from Home Assistant. It uses a 3rd party server that you run on your Mac called [itunes-api](https://github.com/maddox/itunes-api). Play, pause, or skip songs remotely on iTunes running on your Mac. - Your AirPlay speakers will also be exposed as simple media players inside Home - Assistant. They will be available to be turned on or off or set their volume. +In addition to controlling iTunes, your available AirPlay endpoints will be added as media players as well. You can then individually address them append turn them on, turn them off, or adjust their volume. To add iTunes to your installation, add the following to your `configuration.yaml` file: @@ -32,4 +28,4 @@ media_player: Configuration variables: - **host** *Required*: The URL of the itunes-api API, eg. http://192.168.1.50 -- **port** *Optional*: The PORT that itunes-api is running on. +- **port** *Optional*: The port where itunes-api is accessible, eg. 8181.