diff --git a/source/components/media_player.sonos.markdown b/source/components/media_player.sonos.markdown new file mode 100644 index 00000000000..8ac2cac390b --- /dev/null +++ b/source/components/media_player.sonos.markdown @@ -0,0 +1,23 @@ +--- +layout: page +title: "Sonos support" +description: "Instructions how to integrateSonos devices into Home Assistant." +date: 2015-09-12 13:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + + +The sonos platform allows you to control your [Sonos](http://www.sonos.com) HiFi wireless speakers and audio components from Home Assistant. + + +To add a Sonos devices to your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +media_player: + platform: sonos +``` +