Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Setheck committed Mar 11, 2023
1 parent edfc8b4 commit cfb87bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

A simple app to help monitor your smart devices via prometheus.

## Run

image is available for both linux/amd64 and linux/arm/v7 [here](https://hub.docker.com/r/setheck/smartthings-exporter)

run with docker
```
docker run --rm \
-p "9119:9119" \
-e "STE_API_TOKEN=<your api token>" \
setheck/smartthings-exporter
```

## Configuration

| Environment Var | Description |
Expand Down

0 comments on commit cfb87bb

Please sign in to comment.