Removing references to URL and replacing with IP address (#1629)

The homeassistant/components/media_player/itunes.py requires an IP address not a URL
This commit is contained in:
Terry Carlin 2016-12-19 11:14:12 -07:00 committed by Fabian Affolter
parent 818599f962
commit f3521d20e1
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -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.