We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0bbc3 commit 16571e8Copy full SHA for 16571e8
README.md
@@ -26,6 +26,9 @@ text_sensor:
26
dirty: "-dirty"
27
```
28
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
+
31
+
32
### Configuration Options
33
34
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:
52
55
53
56
If there are uncommitted changes to any of these files, the provided `dirty` suffix will be added to the `git describe` output.
54
57
-
docs/ha_sensor_example.PNG
74.9 KB
0 commit comments