]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add example things file (#11401)
authorHåvard Berland <berland@pvv.ntnu.no>
Sun, 17 Oct 2021 19:55:01 +0000 (21:55 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Oct 2021 19:55:01 +0000 (21:55 +0200)
bundles/org.openhab.binding.tibber/README.md

index cd25861c47e1cc69ab6abaf2f786f5c521a231f7..7cdd9d29a5b694e77df1168fbc3a715fcd2b2464 100644 (file)
@@ -100,8 +100,14 @@ Tibber API will be auto discovered if provided input is correct.
 
 ## Full Example
 
-demo.items:
+### demo.things
 
+```
+Thing tibber:tibberapi:7cfae492 [ homeid="xxx", token="xxxxxxx" ]
+```
+
+### demo.items:
+.
 ```
 Number:Dimensionless       TibberAPICurrentTotal                 "Current Total Price [%.2f NOK]"            {channel="tibber:tibberapi:7cfae492:current_total"}
 DateTime                   TibberAPICurrentStartsAt              "Timestamp - Current Price"                 {channel="tibber:tibberapi:7cfae492:current_startsAt"}