OpenEPaperLink / Home_Assistant_Integration

Home assistant Integration for the OpenEPaperLink project
Apache License 2.0
133 stars 32 forks source link

Preview Simulation? #61

Closed emufan closed 7 months ago

emufan commented 7 months ago

I'm going to get some devices hopefully soon and looking forward to use this integration. Thanks a lot already.

I have just read the docs, but want to know if there is a preview/simulation somehow available, so that I can build my picture locally and fast and try out whatever I want - without having to send it every time to one of the devices?

Ist such function there and I have only not found it? Or planned? Or somehow possible?

svenove commented 7 months ago

This is possible by adding “dry-run: true” in your automation. It will then create the image in the integration folder and can be viewed with the file editor.

emufan commented 7 months ago

Cool. Didn't see that in the docs but have now found it in the code. Thanks for pointing me toward this.