Piotr Żuralski 6cbcc1acdc fixing ha_category components annotation (#9432)
* fixing ha_category components annotation

Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>

* ✏️ Tweak
2019-05-11 09:46:28 +02:00

1.5 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page Pioneer Network Receivers Instructions on how to integrate a Pioneer Network Receivers into Home Assistant. 2016-05-07 08:00 true false true true pioneer.png
Media Player
0.19 Local Polling
/components/media_player.pioneer/

The pioneer platform allows you to control Pioneer Network Receivers. Please note, however, that the more recent Pioneer models work with Onkyo platform instead.

To add a Pioneer receiver to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: pioneer
    host: 192.168.0.10

{% configuration %} host: description: The IP of the Pioneer device, e.g., 192.168.0.10. required: true type: string name: description: The name you would like to give to the receiver. required: false default: Pioneer AVR type: string port: description: The port on which the Pioneer device listens, e.g., 23 or 8102. required: false default: 23 type: integer timeout: description: Number of seconds (float) to wait for blocking operations like connect, write and read. required: false type: float {% endconfiguration %}

Notes:

  • Some Pioneer AVRs use the port 23 default and some are reported to use 8102.
  • timeout is a socket level option and should only be configured if you know what you are doing.