diff --git a/source/_posts/2021-04-07-release-20214.markdown b/source/_posts/2021-04-07-release-20214.markdown index a31e69d2868..4ac7771f54a 100644 --- a/source/_posts/2021-04-07-release-20214.markdown +++ b/source/_posts/2021-04-07-release-20214.markdown @@ -287,7 +287,7 @@ creating advanced scripts that you can later easily reuse in your UI Screenshot of scripts using selects in its fields.

-For more details on these new field configuration option, see the +For more details on these new field configuration options, see the [scripts documentation](/integrations/script) ## Other noteworthy changes @@ -818,6 +818,16 @@ executor. {% enddetails %} +{% details "Plex Media Server" %} + +Devices representing Plex Web `media_player` devices are now removed. Any +automations, scenes, or scripts based on the device will need to be changed +to use the `media_player` entity. + +([@jjlawren] - [#48369]) ([plex docs]) + +{% enddetails %} + ## Farewell to the following The following integrations are no longer available as of this release: @@ -1497,6 +1507,8 @@ The following integrations are no longer available as of this release: - Remove login details before logging SQL errors ([@emontnemery] - [#48758]) ([sql docs]) (beta fix) - Fix whitespace error in cast ([@emontnemery] - [#48763]) ([cast docs]) (beta fix) - Update frontend to 20210407.0 ([@bramkragten] - [#48765]) ([frontend docs]) (beta fix) +- Reject nan, inf from generic_thermostat sensor ([@emontnemery] - [#48771]) (beta fix) +- Update frontend to 20210407.1 ([@bramkragten] - [#48778]) ([frontend docs]) (beta fix) {% enddetails %} @@ -2168,6 +2180,8 @@ The following integrations are no longer available as of this release: [#48758]: https://github.com/home-assistant/core/pull/48758 [#48763]: https://github.com/home-assistant/core/pull/48763 [#48765]: https://github.com/home-assistant/core/pull/48765 +[#48771]: https://github.com/home-assistant/core/pull/48771 +[#48778]: https://github.com/home-assistant/core/pull/48778 [@Adminiuga]: https://github.com/Adminiuga [@Antoni-Czaplicki]: https://github.com/Antoni-Czaplicki [@B-Hartley]: https://github.com/B-Hartley