From 34771d067407af85a38a5ab11e053e4e5e010a9d Mon Sep 17 00:00:00 2001 From: Terry Carlin Date: Mon, 19 Dec 2016 11:14:12 -0700 Subject: [PATCH] Removing references to URL and replacing with IP address (#1629) The homeassistant/components/media_player/itunes.py requires an IP address not a URL --- source/_components/media_player.itunes.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.itunes.markdown b/source/_components/media_player.itunes.markdown index c046755ae2a..fd357eb8ec7 100644 --- a/source/_components/media_player.itunes.markdown +++ b/source/_components/media_player.itunes.markdown @@ -24,10 +24,10 @@ To add iTunes to your installation, add the following to your `configuration.yam # Example configuration.yaml entry media_player: - platform: itunes - host: http://192.168.1.50 + host: 192.168.1.50 ``` Configuration variables: -- **host** (*Required*): The URL of the itunes-api API, eg. http://192.168.1.50 +- **host** (*Required*): The IP of the itunes-api API, eg. 192.168.1.50 - **port** (*Optional*): The port where itunes-api is accessible, eg. 8181.