diff --git a/source/_components/media_player.onkyo.markdown b/source/_components/media_player.onkyo.markdown new file mode 100644 index 00000000000..fc2b2fc9f7c --- /dev/null +++ b/source/_components/media_player.onkyo.markdown @@ -0,0 +1,24 @@ +--- +layout: page +title: "Onkyo" +description: "Instructions how to integrate Onkyo receivers into Home Assistant." +date: 2016-03-30 08:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: onkyo.png +ha_category: Media Player +--- + + +The `onkyo` platform allows you to control a [Onkyo receiver](http://www.onkyo.com/) from Home Assistant. + +To add an Onkyo receiver to your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +media_player: + platform: onkyo +``` + diff --git a/source/images/supported_brands/onkyo.png b/source/images/supported_brands/onkyo.png new file mode 100644 index 00000000000..eaca37abcf5 Binary files /dev/null and b/source/images/supported_brands/onkyo.png differ