8000 Update songpal documentation for new entities · home-assistant/home-assistant.io@367b488 · GitHub
[go: up one dir, main page]

Skip to content

Commit 367b488

Browse files
committed
Update songpal documentation for new entities
1 parent c3bcc49 commit 367b488

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ GEM
142142
ruby2_keywords (0.0.5)
143143
safe_yaml (1.0.5)
144144
sass (3.4.25)
145-
sass-embedded (1.89.2-arm64-darwin)
146-
google-protobuf (~> 4.31)
147-
sass-embedded (1.89.2-x86_64-linux-gnu)
145+
sass-embedded (1.89.2)
148146
google-protobuf (~> 4.31)
147+
rake (>= 13)
149148
sass-globbing (1.1.5)
150149
sass (>= 3.1)
151150
sassc (2.1.0)
@@ -199,4 +198,4 @@ RUBY VERSION
199198
ruby 2.6.2p47
200199

201200
BUNDLED WITH
202-
2.5.3
201+
2.5.3

source/_integrations/songpal.markdown

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ha_config_flow: true
99
ha_codeowners:
1010
- '@rytilahti'
1111
- '@shenxn'
12+
- '@YoshiWalsh'
1213
ha_domain: songpal
1314
ha_ssdp: true
1415
ha_platforms:
@@ -33,9 +34,18 @@ A few notes:
3334

3435
See [python-songpal's documentation](https://github.com/rytilahti/python-songpal#locating-the-endpoint) how to get your API endpoint.
3536

37+
## Entities
38+
39+
The platform will create a media player entity, which can be used to control the power-state, volume, source, and sound mode for your device.
40+
If your device supports additional sound settings, Bluetooth settings, or miscellaneous settings, various other entities will be created
41+
to allow controlling these. Which settings are available depends on the capabilities of your specific Songpal compatible device.
42+
3643
## Actions
3744

38-
In addition to the general [media player actions](/integrations/media_player/#actions), the following actions are provided:
45+
For backwards compatibility purposes the integration provides actions for manually changing settings. The use of these is no longer recommended,
46+
as the various entities should allow for easier control over these settings.
47+
48+
The available manual actions are:
3949

4050
### Action `songpal/set_sound_setting`
4151

0 commit comments

Comments
 (0)
0