From e09655e915a3e175f088128b27be48e8d188e3ea Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Thu, 30 Nov 2023 18:02:53 +0100 Subject: [PATCH] Add removing custom polling interval as breaking change for ping (#30078) --- source/_posts/2023-12-06-release-202312.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/_posts/2023-12-06-release-202312.markdown b/source/_posts/2023-12-06-release-202312.markdown index 90b4e2bd5b3..fed099e8561 100644 --- a/source/_posts/2023-12-06-release-202312.markdown +++ b/source/_posts/2023-12-06-release-202312.markdown @@ -440,6 +440,21 @@ to customize the rounding of the value. {% enddetails %} +{% details "Ping" %} + +The option to set a custom polling interval has been removed. If you are using +custom interval and really need it, you can use the `homeassistant.update_entity` +in an automation to poll at your custom pace. See our documentation on +[defining a custom polling interval](/common-tasks/general/#defining-a-custom-polling-interval) +for more information. + +([@jpbede] - [#103743]) ([documentation](/integrations/ping)) + +[@jpbede]: https://github.com/jpbede +[#103743]: https://github.com/home-assistant/core/pull/103743 + +{% enddetails %} + {% details "SMTP" %} The SMTP integration will send images as attachments to a plain text email