Add Config Flow and SSDP to songpal (#13183)

This commit is contained in:
Xiaonan Shen 2020-05-08 04:12:13 -07:00 committed by GitHub
parent a33c0dec92
commit 48320983dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -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
```

View File

@ -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/)