2024.5: Remove reverted group backward-incompatible change

This commit is contained in:
Franck Nijhof 2024-04-29 20:12:08 +02:00
parent 715357565d
commit 7dfc33b346
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -339,26 +339,6 @@ is more obvious how it behaves.
{% enddetails %}
{% details "Templates" %}
The `relative_time()` template function has been replaced with 2 new functions:
`time_since()` and `time_until()`
`relative_time()` as a template function is a confusing name, since it implies
that the difference in time will be either from a time in the past,
or in the future.
Currently `relative_time()` supports only time differences from the past.
This can be replaced with `time_since()`, and time differences for a time
in the future can use the `time_until()` template function.
([@rlippmann] - [#111177]) ([documentation](/integrations/homeassistant))
[@rlippmann]: https://github.com/rlippmann
[#111177]: https://github.com/home-assistant/core/pull/111177
{% enddetails %}
{% details "Traccar Server" %}
The following attributes have been removed from `device_tracker` entities