From 3b11aed716d72f1b564229854899d6bf8ea51451 Mon Sep 17 00:00:00 2001 From: luar123 <49960470+luar123@users.noreply.github.com> Date: Thu, 30 Mar 2023 08:28:50 +0200 Subject: [PATCH] Add config flow to Snapcast (#24562) Co-authored-by: Franck Nijhof --- source/_integrations/snapcast.markdown | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/source/_integrations/snapcast.markdown b/source/_integrations/snapcast.markdown index c26dc0526dd..e453596d904 100644 --- a/source/_integrations/snapcast.markdown +++ b/source/_integrations/snapcast.markdown @@ -6,33 +6,15 @@ ha_category: ha_release: 0.13 ha_iot_class: Local Polling ha_domain: snapcast +ha_config_flow: true ha_platforms: - media_player ha_integration_type: integration --- -The `snapcast` platform allows you to control [Snapcast](https://github.com/badaix/snapcast) from Home Assistant. +The Snapcast integration allows you to control [Snapcast](https://github.com/badaix/snapcast) from Home Assistant. -To add Snapcast to your installation, add the following to your `configuration.yaml` file: - -```yaml -# 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 %} +{% include integrations/config_flow.md %} ## Services