Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/nightly/de/tariff/energy-forecast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ render:
- default: |
type: template
template: energyforecast
token: # Token
token: # Token / API Key
advanced: |
type: template
template: energyforecast
token: # Token
token: # Token / API Key
charges: # Aufschlag, Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional)
tax: # Steuer, Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional)
formula: math.Max((price + charges) * (1 + tax), 0.0) # Formel, Individuelle Formel zur Berechnung des Preises (optional)
Expand All @@ -24,7 +24,7 @@ params:
default:
choice: []
unit:
description: Token
description: Token / API Key
help:
advanced: false
optional: false
Expand Down
6 changes: 3 additions & 3 deletions templates/nightly/en/tariff/energy-forecast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ render:
- default: |
type: template
template: energyforecast
token: # Token
token: # Token / API Key
advanced: |
type: template
template: energyforecast
token: # Token
token: # Token / API Key
charges: # Charge, Additional fixed charge per kWh (e.g. 0.05 for 5 cents) (optional)
tax: # Tax, Additional percentage charge (e.g. 0.2 for 20%) (optional)
formula: math.Max((price + charges) * (1 + tax), 0.0) # Formula, Individual formula for calculating the price (optional)
Expand All @@ -24,7 +24,7 @@ params:
default:
choice: []
unit:
description: Token
description: Token / API Key
help:
advanced: false
optional: false
Expand Down
6 changes: 3 additions & 3 deletions templates/release/de/tariff/energy-forecast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ render:
- default: |
type: template
template: energyforecast
token: # Token
token: # Token / API Key
advanced: |
type: template
template: energyforecast
token: # Token
token: # Token / API Key
charges: # Aufschlag, Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional)
tax: # Steuer, Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional)
formula: math.Max((price + charges) * (1 + tax), 0.0) # Formel, Individuelle Formel zur Berechnung des Preises (optional)
Expand All @@ -23,7 +23,7 @@ params:
default:
choice: []
unit:
description: Token
description: Token / API Key
help:
advanced: false
optional: false
Expand Down
6 changes: 3 additions & 3 deletions templates/release/en/tariff/energy-forecast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ render:
- default: |
type: template
template: energyforecast
token: # Token
token: # Token / API Key
advanced: |
type: template
template: energyforecast
token: # Token
token: # Token / API Key
charges: # Charge, Additional fixed charge per kWh (e.g. 0.05 for 5 cents) (optional)
tax: # Tax, Additional percentage charge (e.g. 0.2 for 20%) (optional)
formula: math.Max((price + charges) * (1 + tax), 0.0) # Formula, Individual formula for calculating the price (optional)
Expand All @@ -23,7 +23,7 @@ params:
default:
choice: []
unit:
description: Token
description: Token / API Key
help:
advanced: false
optional: false
Expand Down