mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
717 B
717 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Snapcast | Instructions on how to integrate Snapcast into Home Assistant. | 2016-02-01 19:00 | true | false | true | true | snapcast.png | Media Player | false | 0.13 | Local Polling |
The snapcast
platform allows you to control Snapcast from Home Assistant.
To add Snapcast to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
- platform: snapcast
host: xxx.xxx.xxx.xxx
Configuration variables:
- host (Required): The IP of the device, eg.
192.168.0.10
.