From 48320983dd1db7611e9f8ae5b9026a757512e00b Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Fri, 8 May 2020 04:12:13 -0700 Subject: [PATCH] Add Config Flow and SSDP to songpal (#13183) --- source/_integrations/songpal.markdown | 10 +++++----- source/_integrations/ssdp.markdown | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/source/_integrations/songpal.markdown b/source/_integrations/songpal.markdown index 9cee6055350..57ae719727e 100644 --- a/source/_integrations/songpal.markdown +++ b/source/_integrations/songpal.markdown @@ -1,13 +1,14 @@ --- title: Sony Songpal description: Instructions on how to integrate Sony Songpal devices into Home Assistant. -logo: sony.png ha_category: - Media Player ha_iot_class: Local Push ha_release: 0.65 +ha_config_flow: true ha_codeowners: - '@rytilahti' + - '@shenxn' ha_domain: songpal --- @@ -26,12 +27,11 @@ A few notes: ## Configuration -The platform will be loaded automatically by discovery component. If you want to manually configure it, add the following to your `configuration.yaml` file: +Supported devices will be automatically discovered and can be set up through UI. If you want to manually configure it in YAML configuration, add the following to your `configuration.yaml` file: ```yaml -media_player: - - platform: songpal - name: my soundbar +songpal: + - name: my soundbar endpoint: http://IP_ADDRESS:10000/sony ``` diff --git a/source/_integrations/ssdp.markdown b/source/_integrations/ssdp.markdown index 7d7b6203cc6..86b6a15e507 100644 --- a/source/_integrations/ssdp.markdown +++ b/source/_integrations/ssdp.markdown @@ -31,3 +31,4 @@ The following integrations are automatically discovered by the SSDP integration: - [Roku](/integrations/roku/) - [Samsung TV](../samsungtv/) - [UPnP](../upnp/) + - [Sony Songpal](../songpal/)