Piotr Żuralski 6cbcc1acdc fixing ha_category components annotation (#9432)
* fixing ha_category components annotation

Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>

* ✏️ Tweak
2019-05-11 09:46:28 +02:00

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
Media Player
0.13 Local Polling
/components/media_player.snapcast/

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 %}