Document media player changes (#1352)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Paulus Schoutsen
2022-05-31 14:36:25 -07:00
committed by GitHub
parent 71b618a6b4
commit f77d0672d0
2 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
---
author: Paulus Schoutsen
authorURL: https://twitter.com/balloob
authorImageURL: /img/profile/paulus.jpg
authorTwitter: balloob
title: "Media Player updates: enqueue changes, announce added"
---
Starting with Home Assistant 2022.6, the media player integration has received two updates to the `media_player.play_media` service. The `enqueue` attribute has been changed to a string in [PR #72406](https://github.com/home-assistant/core/pull/72406) and a new `announce` boolean attribute was added in [PR #72566](https://github.com/home-assistant/core/pull/72566).
See the updated [media player play_media documentation](/docs/core/entity/media-player/#play-media) for more information.