2024.6: Finish tag entities

This commit is contained in:
Franck Nijhof 2024-06-05 15:55:12 +02:00
parent b7703fdf40
commit c4a292e948
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -397,14 +397,17 @@ noteworthy changes this release:
### Tag entities! ### Tag entities!
Home Assistant has support for tags for a long time. The tags feature allowed Home Assistant has support for tags for a long time. The tags feature allowed
for NFC tags or QR codes, to be used with Home Assistant, for example, to NFC tags or QR codes to be used with Home Assistant, for example, to
trigger automations. trigger {% term automations %}.
However, tags were not real entities, and thus not always as logical to use as However, tags were not real entities and, thus, not always as logical to use.
other entities. With this release, this has been changed by [@gjohansson-ST]! With this release, [@gjohansson-ST] changed this!
Tags are now normal entities, and can be used in automations, scripts, templates, Tags are now normal {% term entities %} and can be used in {% term automations %},
and even been shown on your dashboard! {% term scripts %}, {% term templates %}, and even added to
your [dashboards](/dashboards)!
[@gjohansson-ST]: https://github.com/gjohansson-ST
### Disabling expiration of login tokens ### Disabling expiration of login tokens