10000 Remove deprecated HEOS sign_in/out actions (#36724) · home-assistant/home-assistant.io@29d08bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 29d08bd

Browse files
authored
Remove deprecated HEOS sign_in/out actions (#36724)
1 parent dade402 commit 29d08bd

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

source/_integrations/heos.markdown

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -200,48 +200,7 @@ data:
200200

201201
## Actions
202202

203-
The HEOS integration makes various custom {% term actions %} available in addition to the standard [Media Player actions](/integrations/media_player#actions).
204-
205-
### Action `heos.sign_in`
206-
207-
Use the sign-in action to sign the connected device into a HEOS account so that it can retrieve and play HEOS favorites and playlists. An error message is logged if sign-in is unsuccessful.
208-
209-
{% note %}
210-
The [configuration options](#configuration-options) is the preferred method for managing your HEOS Account credentials. This service action will be deprecated in the future.
211-
212-
 
213-
214-
The device the integration connects to authenticates independently of other devices and the HEOS mobile app. When you first set up the integration, or after a device firmware update, the device will most likely not be logged in.
215-
{% endnote %}
216-
217-
To run, go to **Developer Tools** > **Actions** and then type in `heos.sign_in`. Then enter your HEOS account username and password, and click the Perform Action button. An error message is only logged if sign-in is unsuccessful.
218-
219-
Example action data payload:
220-
221-
```yaml
222-
action: heos.sign_in
223-
data:
224-
username: "example@example.com"
225-
password: "password"
226-
```
227-
228-
| Data attribute | Optional | Description |
229-
| ---------------------- | -------- | ------------------------------------------ |
230-
| `username` | no | The username or email of the HEOS account. |
231-
| `password` | no | The password of the HEOS account. |
232-
233-
### Action `heos.sign_out`
234-
235-
Use the sign-out action to sign the connected device out of a HEOS account. An error message is logged if sign-out is unsuccessful. There are no parameters to this action Example action data payload:
236-
237-
{% note %}
238-
The [configuration options](#configuration-options) is the preferred method for managing your HEOS Account credentials. This service action will be deprecated in the future.
239-
{% endnote %}
240-
241-
```yaml
242-
action: heos.sign_out
243-
data: {% raw %}{}{% endraw %}
244-
```
203+
The HEOS integration makes available the standard [Media Player actions](/integrations/media_player#actions).
245204

246205
## Supported devices
247206

0 commit comments

Comments
 (0)
0