Closed gertlind closed 8 months ago
Is your feature request related to a problem? Please describe. It seems not possible to make two multi line and make it two columns aligned. The second column starts below the first column, x position is correct but z doesn't "restart"
service: open_epaper_link.drawcustom target: entity_id:
open_epaper_link.000002385E5C3B12 data: background: white rotate: 0 payload:
type: multiline value: Laddat|Klockan delimiter: "|" font: /media/arialbd.ttf offset_y: 15 x: 5 align: left size: 12 color: black
type: multiline value: >- 14|Gert delimiter: "|" font: /media/arialbd.ttf y_start: 5 offset_y: 15 x: 100 align: left size: 12 color: black
dry-run: true
Solved. Fat Finger Problem. Sorry!
Is your feature request related to a problem? Please describe. It seems not possible to make two multi line and make it two columns aligned. The second column starts below the first column, x position is correct but z doesn't "restart"
service: open_epaper_link.drawcustom target: entity_id:
open_epaper_link.000002385E5C3B12 data: background: white rotate: 0 payload:
type: multiline value: Laddat|Klockan delimiter: "|" font: /media/arialbd.ttf offset_y: 15 x: 5 align: left size: 12 color: black
y_padding: 10
type: multiline value: >- 14|Gert delimiter: "|" font: /media/arialbd.ttf y_start: 5 offset_y: 15 x: 100 align: left size: 12 color: black
y_padding: 10
dry-run: true