Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:apexcharts-card
- now:
- show: true
- label: Nu
- color: '#ffc0cb'
- locale: sv
- header:
- show: true
- title: Elpris | 2 Dagar
- show_states: true
- colorize_states: true
- graph_span: 2d
- yaxis:
- - min: ~0
- apex_config:
- forceNiceScale: true
- span:
- start: day
- apex_config:
- legend:
- show: false
- xaxis:
- labels:
- format: HH
- show: true
- rotate: -45
- rotateAlways: true
- hideOverlappingLabels: true
- style:
- fontSize: 10
- fontWeight: 10
- series:
- - entity: sensor.nordpool_kwh_se3_sek_3_10_025
- name: Idag
- data_generator: >
- return entity.attributes.raw_today.map((entry) => { return [new
- Date(entry.start), entry.value]; });
- type: column
- float_precision: 2
- offset: '-1ns'
- show:
- extremas: true
- legend_value: false
- in_header: before_now
- name_in_header: false
- extend_to: end
- color_threshold:
- - value: -10
- color: '#a9cce3'
- - value: 0
- color: '#27ae60'
- - value: 0.5
- color: '#82e0aa'
- - value: 1
- color: '#f7dc6f'
- - value: 2
- color: '#f8c471'
- - value: 2.5
- color: '#f0b27a'
- - value: 3
- color: '#d35400'
- - value: 3.5
- color: '#cd6155'
- - value: 4
- color: '#e74c3c'
- - entity: sensor.nordpool_kwh_se3_sek_3_10_025
- name: Imorgon
- data_generator: >
- return entity.attributes.raw_tomorrow.map((entry) => { return [new
- Date(entry.start), entry.value]; });
- type: column
- float_precision: 2
- offset: '-1ns'
- show:
- legend_value: false
- in_header: false
- extremas: true
- extend_to: end
- color_threshold:
- - value: -10
- color: '#a9cce3'
- - value: 0
- color: '#27ae60'
- - value: 0.5
- color: '#82e0aa'
- - value: 1
- color: '#f7dc6f'
- - value: 2
- color: '#f8c471'
- - value: 2.5
- color: '#f0b27a'
- - value: 3
- color: '#d35400'
- - value: 3.5
- color: '#cd6155'
- - value: 4
- color: '#e74c3c'
- experimental:
- color_threshold: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement