Parse "Command Line Sensor" output (not json)

If the output/result is not a json, could I parse it with something like regex, I don’t know if template could be usefull?

ei (amule output):
> Kad: Connected (ok)
> Download: 367.93 kB/s
> Upload: 12.00 kB/s
> Clients in queue: 40
> Total sources: 225

Regex is not available. Don’t know if value could help.

You could pipe the command line to awk and extract only the value that you need within Home Assistant.

ohhh yes!

It was really simple :slight_smile:
thanks!