mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Missed breaking change to media_player in 2022.5 (#23380)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
36e63a38a1
commit
e47f75f3b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user