Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:apexcharts-card
- experimental:
- color_threshold: true
- graph_span: 24h
- header:
- title: Börs vs kombineeritud
- show: true
- span:
- start: day
- now:
- show: true
- label: Hetkel
- series:
- - entity: sensor.nordpool_mwh_ee_eur_3_10_0
- name: Kombihind
- type: column
- color: red
- data_generator: |
- return entity.attributes.raw_today.map((start, index) => {
- return [new Date(start["start"]).getTime(), entity.attributes.raw_today[index]["value"]];
- });
- - entity: sensor.nordpool_mwh_ee_eur_3_10_02
- name: Ostuhind
- type: column
- data_generator: |
- return entity.attributes.raw_today.map((start, index) => {
- return [new Date(start["start"]).getTime(), entity.attributes.raw_today[index]["value"]];
- });
Advertisement
Add Comment
Please, Sign In to add comment