1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | iTunes support | Instructions how to integrate iTunes into Home Assistant. | 2015-06-22 11:00 | false | false | true | true |

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.
To add iTunes to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
platform: itunes
name: iTunes
host: http://192.168.1.50
port: 8181
Configuration variables:
- host Required: The URL of the itunes-api API, eg. http://192.168.1.50
- port Optional: The port where itunes-api is accessible, eg. 8181.