Skip to content

Instantly share code, notes, and snippets.

@Neisi
Neisi / nordpool_prices.yaml
Created October 19, 2025 06:16
nordpool prices example
- trigger:
- platform: time_pattern
minutes: "/10"
- platform: homeassistant
event: start
action:
- action: nordpool.get_prices_for_date
data:
config_entry: 01K6BFF0TVKT3M3RDYTQWVM38D
@Neisi
Neisi / tibber_prices.yaml
Last active October 19, 2025 05:17
Tibber template sensor HA price timeline card
- trigger:
- trigger: time
at: "14:00:00"
- trigger: homeassistant
event: start
action:
- action: tibber.get_prices
data:
end: "{{ (now() + timedelta(days=1)).strftime('%Y-%m-%d 23:59:59') }}"
response_variable: tomorrow_price