From fcbeddeb57cfc867574df932a39886019b49e929 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Mon, 14 Sep 2015 17:34:57 -0400 Subject: [PATCH] describe airplay part --- homeassistant/components/media_player/itunes.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homeassistant/components/media_player/itunes.py b/homeassistant/components/media_player/itunes.py index 7bb58e23a51..eddffd843df 100644 --- a/homeassistant/components/media_player/itunes.py +++ b/homeassistant/components/media_player/itunes.py @@ -3,6 +3,13 @@ homeassistant.components.media_player.itunes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Provides an interface to iTunes-API (https://github.com/maddox/itunes-api) +The iTunes media player will allow you to control your iTunes instance. You +can play/pause/next/previous/mute, adjust volume, etc. + +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. + Configuration: To use iTunes you will need to add something like the following to