Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Tag 04 - ST 2.9" (White)
- description: ""
- trigger:
- - platform: time_pattern
- minutes: /1
- condition: []
- action:
- - service: open_epaper_link.drawcustom
- data:
- width: 296
- height: 128
- background: white
- rotate: 270
- dry-run: false
- payload:
- - type: text
- value: Ute
- x: 5
- "y": 5
- color: black
- size: 25
- - type: text
- value: " {{ states('sensor.temperature_ute_veranda', rounded=True, with_unit=True) | string }} "
- x: 5
- "y": 30
- color: red
- size: 30
- font: ppb.ttf
- - type: line
- fill: black
- width: 3
- x_start: 0
- y_start: 60
- x_end: 128
- y_end: 60
- - type: text
- value: Hall 1etg
- x: 5
- "y": 65
- color: black
- size: 25
- font: ppb.ttf
- - type: text
- value: " {{ states('sensor.temperature_hall_1etg', rounded=True, with_unit=True) | string }} "
- x: 5
- "y": 90
- color: red
- size: 30
- font: ppb.ttf
- - type: line
- fill: black
- width: 3
- x_start: 0
- y_start: 120
- x_end: 128
- y_end: 120
- - type: text
- value: TV Stue
- x: 5
- "y": 125
- color: black
- size: 25
- font: ppb.ttf
- - type: text
- value: " {{ states('sensor.temperature_tv_stue', rounded=True, with_unit=True) | string }} "
- x: 5
- "y": 150
- color: red
- size: 30
- font: ppb.ttf
- - type: line
- fill: black
- width: 3
- x_start: 0
- y_start: 180
- x_end: 128
- y_end: 180
- - type: text
- value: WC 1etg
- x: 5
- "y": 185
- color: black
- size: 25
- font: ppb.ttf
- - type: text
- value: " {{ states('sensor.temperature_wc_1etg', rounded=True, with_unit=True) | string }} "
- x: 5
- "y": 210
- color: red
- size: 30
- font: ppb.ttf
- - type: line
- fill: black
- width: 3
- x_start: 0
- y_start: 240
- x_end: 128
- y_end: 240
- - type: text
- value: "{{ now() | as_timestamp() | timestamp_custom('%a %d/%m') }} "
- x: 5
- "y": 245
- color: red
- size: 25
- font: ppb.ttf
- - type: text
- value: "t04upd{{ now() | as_timestamp() | timestamp_custom('%H:%M') }} "
- x: 14
- "y": 285
- color: black
- size: 14
- font: ppb.ttf
- target:
- entity_id:
- - open_epaper_link.0000021C446C3B1C
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment