mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
update default values
This commit is contained in:
parent
fbda6281d1
commit
17a20fbb39
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ ATTRIBUTION = "Data provided by Tibber"
|
||||||
# Integration name should match manifest.json
|
# Integration name should match manifest.json
|
||||||
DEFAULT_NAME = "Tibber Price Information & Ratings"
|
DEFAULT_NAME = "Tibber Price Information & Ratings"
|
||||||
DEFAULT_EXTENDED_DESCRIPTIONS = False
|
DEFAULT_EXTENDED_DESCRIPTIONS = False
|
||||||
DEFAULT_BEST_PRICE_FLEX = 5 # 5% flexibility for best price (user-facing, percent)
|
DEFAULT_BEST_PRICE_FLEX = 20 # 20% flexibility for best price (user-facing, percent)
|
||||||
DEFAULT_PEAK_PRICE_FLEX = -5 # 5% flexibility for peak price (user-facing, percent)
|
DEFAULT_PEAK_PRICE_FLEX = -20 # 20% flexibility for peak price (user-facing, percent)
|
||||||
DEFAULT_PRICE_RATING_THRESHOLD_LOW = -10 # Default rating threshold low percentage
|
DEFAULT_PRICE_RATING_THRESHOLD_LOW = -10 # Default rating threshold low percentage
|
||||||
DEFAULT_PRICE_RATING_THRESHOLD_HIGH = 10 # Default rating threshold high percentage
|
DEFAULT_PRICE_RATING_THRESHOLD_HIGH = 10 # Default rating threshold high percentage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue