mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
895 B
895 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class | redirect_from | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Snapcast | Instructions on how to integrate Snapcast into Home Assistant. | 2016-02-01 19:00 | true | false | true | true | snapcast.png | Media Player | 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: YOUR_IP_ADDRESS
{% configuration %}
host:
description: The IP address of the device, e.g., 192.168.0.10
.
required: true
type: string
port:
description: The port number.
required: false
default: 1705
type: integer
{% endconfiguration %}