Advertisement
adorobis

printer test page

Feb 2nd, 2025
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.08 KB | None | 0 0
  1. alias: Printer - Weekly color print
  2. description: ""
  3. mode: single
  4. triggers:
  5.   - at: "10:00:00"
  6.     trigger: time
  7. conditions:
  8.   - condition: time
  9.     after: "00:00:00"
  10.     before: "23:00:00"
  11.     weekday:
  12.      - mon
  13. actions:
  14.   - data:
  15.       message: Test from home assistant message
  16.       title: Test from home assistant title
  17.       data:
  18.         images:
  19.          - /config/www/images/print_test_page.jpg
  20.         html: >
  21.          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  22.           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
  23.           lang="en" xmlns="http://www.w3.org/1999/xhtml">
  24.               <head>
  25.                   <meta charset="UTF-8">
  26.                   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  27.                   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  28.               </head>
  29.               <body>
  30.                 <p><img src="cid:print_test_page.jpg" alt="" width="1000" height="1415" /></p>
  31.               </body>
  32.           </html>
  33.     action: notify.epson_email_print
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement