mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add documenation for slugify template filter (#20069)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
4652b75c68
commit
c6a9cd2366
@ -595,6 +595,7 @@ See: https://docs.python.org/3/library/struct.html
|
||||
### String filters
|
||||
|
||||
- Filter `urlencode` will convert an object to a percent-encoded ASCII text string (e.g., for HTTP requests using `application/x-www-form-urlencoded`).
|
||||
- Filter `slugify(separator="_")` will convert a given string into a "slug".
|
||||
|
||||
### Regular expressions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user