Yaml plant tag

mail@pastecode.io avatar
unknown
yaml
20 days ago
1.1 kB
44
Indexable
Never
target:
  entity_id:
    - open_epaper_link.000005F03F10E1D5
data:
  background: white
  ttl: 300
  payload:
    - type: dlimg
      url: /config/media/framebg.png
      x: 0
      "y": 0
      xsize: 250
      ysize: 128
      rotate: 0
    - type: text
      value: Hello, my name is
      font: /config/media/pix.ttf
      x: 125
      "y": 11
      anchor: mm
      size: 16
    - type: text
      value: Stag Horn Fern
      color: red
      font: /config/media/sp.ttf
      x: 125
      "y": 45
      anchor: mm
      size: 30
    - type: progress_bar
      x_start: 25
      y_start: 70
      x_end: 225
      y_end: 90
      progress: "{{( states('sensor.stag_horn_fern_small_moisture')|float / 40 ) * 100}}"
      direction: right
      background: white
      fill: red
      outline: black
      width: 1
      show_percentage: true
    - type: text
      value: "DLI: {{ states('sensor.stag_horn_small_dli') }}"
      font: /config/media/pix.ttf
      x: 125
      "y": 110
      anchor: mm
      size: 16
action: open_epaper_link.drawcustom