Skip to content

Commit 16571e8

Browse files
committed
Add HA sensor value example to Readme.
1 parent 5b0bbc3 commit 16571e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ text_sensor:
2626
dirty: "-dirty"
2727
```
2828
29+
Which for a clean config on the `dev` branch of a repo would yield in a sensor value as shown in the HomeAssistant example below:
30+
![HA_sensor_example](./docs/ha_sensor_example.PNG)
31+
2932
### Configuration Options
3033

3134
Most options available to this sensor are flags for the [`git describe` command](https://git-scm.com/docs/git-describe).
@@ -52,4 +55,3 @@ This includes the following:
5255

5356
If there are uncommitted changes to any of these files, the provided `dirty` suffix will be added to the `git describe` output.
5457

55-

docs/ha_sensor_example.PNG

74.9 KB
Loading

0 commit comments

Comments
 (0)