I found myself wanting to run something like hass-cli event watch | grep ... | jq ... and it was more complicated than I would have liked because of the format, so I added a flag to allow ndjson as an output format, which makes things like that much easier...
Hello!
I found myself wanting to run something like
hass-cli event watch | grep ... | jq ...
and it was more complicated than I would have liked because of the format, so I added a flag to allow ndjson as an output format, which makes things like that much easier...