Skip to content

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dummylabs committed Feb 23, 2022
1 parent 5951643 commit 9e933d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ Please note that the ASCII table format is only used when report is saved to a f
The legend at the bottom of the report shows time consumed by 3 coherent stages: parse configuration files, validate each entity/service state and generate text version of the report.

## Markdown card example

<img src="./images/markdown_card_example.png" width=50%>

Watchman sensors `sensor.watchman_missing_entities` and `sensor.watchman_missing_services` have all required information to make your own report using a lovelace card. Below is an example of missing entities report for the Lovelace markdown card:

```yaml
Expand Down Expand Up @@ -169,8 +172,6 @@ Important notes:
2. `card_mod` section is optional and requires a custom lovelace card for extra styling
3. Put mouse pointer above a file name to see full path to a file and line numbers

<img src="./images/markdown_card_example.png" width=50%>

The code for the services report looks very similar:

```yaml
Expand Down

0 comments on commit 9e933d7

Please sign in to comment.