Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Printer - Weekly color print
- description: ""
- mode: single
- triggers:
- - at: "10:00:00"
- trigger: time
- conditions:
- - condition: time
- after: "00:00:00"
- before: "23:00:00"
- weekday:
- - mon
- actions:
- - data:
- message: Test from home assistant message
- title: Test from home assistant title
- data:
- images:
- - /config/www/images/print_test_page.jpg
- html: >
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
- lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- </head>
- <body>
- <p><img src="cid:print_test_page.jpg" alt="" width="1000" height="1415" /></p>
- </body>
- </html>
- action: notify.epson_email_print
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement