Skip to content

Commit

Permalink
Merge pull request #174 from Abragus/patch-1
Browse files Browse the repository at this point in the history
Add price_in_cents option to documentation
  • Loading branch information
Hellowlol authored Jul 19, 2022
2 parents 2a33bd7 + 8ee065b commit 9285de3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ sensor:
VAT: True
# What currency the api fetches the prices in
# this is only need if you want a sensor in a non local currecy
# this is only need if you want a sensor in a non local currency
currency: "EUR"
# Option to show prices in cents (or the equivalent in local currency)
price_in_cents: false
# Helper so you can set your "low" price
# low_price = hour_price < average * low_price_cutoff
Expand Down

0 comments on commit 9285de3

Please sign in to comment.