Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/_integrations/songpal.markdown
Original file line number Diff line number Diff line change
@@ -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
---

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

Expand Down
1 change: 1 addition & 0 deletions source/_integrations/ssdp.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/)