mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-27 23:07:34 +00:00

* fixing ha_category components annotation
Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>
* ✏️ Tweak
899 B
899 B
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 |
|
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 %}