Initial Home Assistant Configuration

This commit is contained in:
root
2025-09-11 10:47:34 +03:00
commit ac8b542e1b
2360 changed files with 41412 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
yearly:
name: yearly
description: >-
Action that gets the raw aggrigated yearly prices from Nordpool
fields:
currency:
description: "What currecy should the prices be returned in"
example: "NOK"
year:
description: "For what year, default to currect year"
example: "2024"
area:
description: "Return the prices for what price area"
example: "NO2"
daily:
name: daily
description: >-
Action that gets the raw aggrigated daily prices from Nordpool
fields:
currency:
description: "What currecy should the prices be returned in"
example: "NOK"
year:
description: "For what year, default to currect year"
example: "2024"
area:
description: "Return the prices for what price area"
example: "NO2"
monthly:
name: monthly
description: >-
Action that gets the raw aggrigated monthly prices from Nordpool
fields:
currency:
description: "What currecy should the prices be returned in"
example: "NOK"
year:
description: "For what year, default to currect year"
example: "2024"
area:
description: "Return the prices for what price area"
example: "NO2"
hourly:
name: hourly
description: >-
Action that gets the raw hourly price for spesific date from Nordpool
fields:
currency:
description: "What currecy should the prices be returned in"
example: "NOK"
date:
description: "For what year, default to currect year"
example: "YYYY-MM-DD"
area:
description: "Return the prices for what price area"
example: "NO2"