Skip to content
Merged
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
13 changes: 13 additions & 0 deletions source/_posts/2022-05-04-release-20225.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,19 @@ This makes the discovery of LIFX faster and more reliable.

{% enddetails %}

{% details "Media Player" %}

Media Player now supports a new state, `buffering`. Integrations supporting this state previously reported `playing` but may now report `buffering`. This may also introduce new state transitions between the two states during playback.

In order to maintain previous behavior, replace usage of `playing` with both the `buffering` and `playing` states, and consider how to handle transitions between the two.

([@emontnemery] - [#70863]) ([documentation](/integrations/media_player))

[@emontnemery]: [https://github.com/emontnemery]
[#70863]: https://github.com/home-assistant/core/pull/70863

{% enddetails %}

{% details "Media Source" %}

Filenames and directories starting with a `.` will no longer appear in the
Expand Down