Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:apexcharts-card
- experimental:
- color_threshold: true
- apex_config:
- chart:
- height: 350px
- graph_span: 48h
- hours_12: false
- header:
- title: Elpriser pr. time (kr/kWh)
- standard_format: true
- show_states: true
- show: true
- span:
- start: day
- now:
- show: true
- label: Nu
- color: lightblue
- yaxis:
- - min: 0
- decimals: 2
- series:
- - entity: sensor.nordpool_kwh_dk2_dkk_2_00_025
- name: Inkl. afgifter
- type: column
- curve: stepline
- color: orange
- stroke_width: 2
- float_precision: 2
- extend_to_end: false
- show:
- in_header: raw
- extremas: true
- legend_value: false
- header_color_threshold: true
- data_generator: >
- return
- entity.attributes.raw_today.concat(entity.attributes.raw_tomorrow).map((entry)
- => {
- return [new Date(entry.start), entry.value];
- });
- color_threshold:
- - value: 0
- color: 74dc74
- opacity: 0
- - value: 3
- color: ffeb00
- - value: 3.5
- color: ff0000
Add Comment
Please, Sign In to add comment