1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/nordpool/services.yaml

105 lines
1.9 KiB
YAML

get_prices_for_date:
fields:
config_entry:
required: true
selector:
config_entry:
integration: nordpool
date:
required: true
selector:
date:
areas:
selector:
select:
options:
- "EE"
- "LT"
- "LV"
- "AT"
- "BE"
- "FR"
- "GER"
- "NL"
- "PL"
- "DK1"
- "DK2"
- "FI"
- "NO1"
- "NO2"
- "NO3"
- "NO4"
- "NO5"
- "SE1"
- "SE2"
- "SE3"
- "SE4"
- "SYS"
mode: dropdown
currency:
selector:
select:
options:
- "DKK"
- "EUR"
- "NOK"
- "PLN"
- "SEK"
mode: dropdown
get_price_indices_for_date:
fields:
config_entry:
required: true
selector:
config_entry:
integration: nordpool
date:
required: true
selector:
date:
areas:
selector:
select:
options:
- "EE"
- "LT"
- "LV"
- "AT"
- "BE"
- "FR"
- "GER"
- "NL"
- "PL"
- "DK1"
- "DK2"
- "FI"
- "NO1"
- "NO2"
- "NO3"
- "NO4"
- "NO5"
- "SE1"
- "SE2"
- "SE3"
- "SE4"
- "SYS"
mode: dropdown
currency:
selector:
select:
options:
- "DKK"
- "EUR"
- "NOK"
- "PLN"
- "SEK"
mode: dropdown
resolution:
selector:
select:
options:
- "15"
- "30"
- "60"
mode: dropdown