Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
Usually the Linux "ls -l" command only shows the date, which is often just fine but when running through large lists where the timestamp matters, its rather useless.
Eg:
$ ls -l
drwxr-xr-x 2 root root 16384 Aug 4 09:00 0
drwxr-xr-x 2 root root 20480 Aug 5 09:00 1
drwxr-xr-x 2 root root 20...
Playing in the templates editor (Settings -> Tools/Developer -> Templates) I usually add comments so I know what the code is doing.
In Jinja2 this is quite easy:
# This is a comment
This approach however works for only one line.
Sometimes I want to comment out quite a few lines - especi...
I needed a list of all entity IDs of home assistant, grouped by area and device, and sorted by domain to get something like this (just a part of the output):
Area: Master Bedroom
- Device: Google Mini Bedroom
* media_player.bedroom_speaker
- Device: Hue Light Bedro...