Skip to content

Commit

Permalink
Added npm version badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runbert authored Dec 19, 2021
1 parent d65322c commit 00a7a48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![npm](https://badgen.net/npm/v/homebridge-tibber-lightsensor/latest?icon=npm&label)](https://www.npmjs.com/package/homebridge-tibber-lightsensor)

# homebridge-tibber-lightsensor
Tibber lightsensor is a plugin for Homebridge.

Expand Down Expand Up @@ -52,7 +54,7 @@ You can now add these values to your homebridge config.json like the example bel
],
...
```
The pullInterval is how often the lightsensor should be updated with a new value in ms. In our example above it is set to 1 second (1000 ms).
The `pullInterval` is how often the lightsensor should be updated with a new value in ms. In our example above it is set to 1 second (1000 ms).

Restart homebridge, and you should now see a lightsensor accessory in one of your rooms displaying real time data from Tibber.

0 comments on commit 00a7a48

Please sign in to comment.