diff options
author | Christian Segundo | 2023-04-04 18:33:04 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-04 18:33:04 +0200 |
commit | 1fd97b74dce8318d9d0d7367896dbe3b21823d65 (patch) | |
tree | a9cb7def5ca73785d51be69ef461c84194d9064c /README.md | |
download | ds18x20-exporter-1fd97b74dce8318d9d0d7367896dbe3b21823d65.tar.gz |
first commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e650c04 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# home-temperature-sensor + +Read temperature from `ds18x20` sensors and push results to a Prometheus Pushgateway. |