mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Add example things file (#11401)
This commit is contained in:
parent
6cb5652955
commit
79a9aba15f
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user