Hello. I have the Watchman integration working correctly, and it produces a file called “watchman_report.txt” in my /config/ folder. I am trying hard to get the results of this displayed in a Markdown Card so that I don’t have to go digging for the file every time it runs, if it fails, so I can see the results.
I have tried adding the following Command Line Sensor to my configuration.yaml file:
# Sensor to display output of Watchman Report to Lovelace
command_line:
- sensor:
name: Watchman Report Display
command: cat /config/watchman_report.txt
And in Lovelace, I have the following Markdown Card configured:
Good morning @vingerha . Yes, I read the documentation. I am simply trying to display the report in a card.
Thank you, @nickrout , that is probably why it is not working. Unfortunate.
Would be nice to at least have a link in my card to display the report, but I can’t figure out how to do that either, as all the links seem to be to HTTP (external links) and cannot work with local files.