mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
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
@ -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…
x
Reference in New Issue
Block a user