diff --git a/source/_components/media_player.pioneer.markdown b/source/_components/media_player.pioneer.markdown new file mode 100644 index 00000000000..0d05f454731 --- /dev/null +++ b/source/_components/media_player.pioneer.markdown @@ -0,0 +1,32 @@ +--- +layout: page +title: "Pioneer Network Receivers" +description: "Instructions on how to integrate a Pioneer Network Receivers into Home Assistant." +date: 2016-05-07 08:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: pioneer.png +ha_category: Media Player +featured: false +ha_release: 0.19 +--- + +The `pioneer` platform allows you to control Pioneer Network Receivers. + +To add a Pioneer receiver to your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +media_player: + platform: pioneer + host: 192.168.0.10 + name: Living receiver +``` + +Configuration variables: + +- **host** *Required*: The IP of the Pioneer device, eg. `192.168.0.10` +- **name** *Optional*: The name you would like to give to the receiver. + diff --git a/source/images/supported_brands/pioneer.png b/source/images/supported_brands/pioneer.png new file mode 100644 index 00000000000..50574207a82 Binary files /dev/null and b/source/images/supported_brands/pioneer.png differ