dykandDK

HA - YAML - Apex chart with brush example

Nov 1st, 2021 (edited)
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.69 KB | None | 0 0
  1.   - type: custom:apexcharts-card
  2.         experimental:
  3.           color_threshold: true
  4.           brush: true
  5.         brush:
  6.           selection_span: 12h
  7.         series:
  8.           - entity: sensor.xyz
  9.             type: area
  10.           - entity: sensor.xyz
  11.             stroke_width: 1
  12.             float_precision: 0
  13.             show:
  14.               in_brush: true
  15.               in_chart: false
  16.         graph_span: 48h
  17.         all_series_config:
  18.           stroke_width: 3
  19.           curve: smooth
  20.           type: line
  21.           group_by:
  22.             duration: 15min
  23.             func: avg
  24.         header:
  25.           show: true
  26.           standard_format: true
  27.           show_states: true
Add Comment
Please, Sign In to add comment