Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.2 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
iTunes Instructions on how to integrate iTunes into Home Assistant. itunes.png
Media Player
0.7.3 Local Polling
/components/media_player.itunes/

The itunes media player platform allows you to control iTunes from Home Assistant. It uses a 3rd party server that you run on your Mac called itunes-api. Play, pause or skip songs remotely on iTunes running on your Mac.

In addition to controlling iTunes, your available AirPlay endpoints will be added as media players as well. You can then individually address them and turn them on, turn them off or adjust their volume.

Configuration

To add iTunes to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: itunes
    host: 192.168.1.50

{% configuration %} host: description: The IP of the itunes-api API, e.g., 192.168.1.50. required: true type: string port: description: The port where itunes-api is accessible, e.g., 8181. required: false default: 8181 type: integer {% endconfiguration %}