Add removing custom polling interval as breaking change for ping (#30078)

This commit is contained in:
Jan-Philipp Benecke 2023-11-30 18:02:53 +01:00 committed by GitHub
parent e090e3c54a
commit e09655e915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,6 +440,21 @@ to customize the rounding of the value.
{% enddetails %} {% 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" %} {% details "SMTP" %}
The SMTP integration will send images as attachments to a plain text email The SMTP integration will send images as attachments to a plain text email