mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add Config Flow and SSDP to songpal (#13183)
This commit is contained in:
parent
a33c0dec92
commit
48320983dd
@ -1,13 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: Sony Songpal
|
title: Sony Songpal
|
||||||
description: Instructions on how to integrate Sony Songpal devices into Home Assistant.
|
description: Instructions on how to integrate Sony Songpal devices into Home Assistant.
|
||||||
logo: sony.png
|
|
||||||
ha_category:
|
ha_category:
|
||||||
- Media Player
|
- Media Player
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_release: 0.65
|
ha_release: 0.65
|
||||||
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@rytilahti'
|
- '@rytilahti'
|
||||||
|
- '@shenxn'
|
||||||
ha_domain: songpal
|
ha_domain: songpal
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -26,12 +27,11 @@ A few notes:
|
|||||||
|
|
||||||
## Configuration
|
## 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
|
```yaml
|
||||||
media_player:
|
songpal:
|
||||||
- platform: songpal
|
- name: my soundbar
|
||||||
name: my soundbar
|
|
||||||
endpoint: http://IP_ADDRESS:10000/sony
|
endpoint: http://IP_ADDRESS:10000/sony
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -31,3 +31,4 @@ The following integrations are automatically discovered by the SSDP integration:
|
|||||||
- [Roku](/integrations/roku/)
|
- [Roku](/integrations/roku/)
|
||||||
- [Samsung TV](../samsungtv/)
|
- [Samsung TV](../samsungtv/)
|
||||||
- [UPnP](../upnp/)
|
- [UPnP](../upnp/)
|
||||||
|
- [Sony Songpal](../songpal/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user