Minimizing of the configuration sample (#1033)

This commit is contained in:
Fabian Affolter 2016-10-02 17:12:48 +02:00 committed by GitHub
parent bb9533e546
commit a175486bb3
26 changed files with 117 additions and 123 deletions

View file

@ -11,6 +11,7 @@ logo: snapcast.png
ha_category: Media Player
featured: false
ha_release: 0.13
ha_iot_class: "Local Polling"
---
The `snapcast` platform allows you to control [Snapcast](https://github.com/badaix/snapcast) from Home Assistant.
@ -20,6 +21,10 @@ To add Snapcast to your installation, add the following to your `configuration.y
```yaml
# Example configuration.yaml entry
media_player:
platform: snapcast
host: xxx.xxx.xxx.xxx
- platform: snapcast
host: xxx.xxx.xxx.xxx
```
Configuration variables:
- **host** (*Required*): The IP of the device, eg. `192.168.0.10`.