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:
parent
818599f962
commit
f3521d20e1
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue