mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 05:46:48 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
806 B
806 B
title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title | description | logo | ha_category | ha_release | ha_iot_class | redirect_from | ||
---|---|---|---|---|---|---|---|---|
Snapcast | Instructions on how to integrate Snapcast into Home Assistant. | snapcast.png |
|
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 %}