Skip to content

Commit

Permalink
Fixed image format
Browse files Browse the repository at this point in the history
  • Loading branch information
mkocus committed Oct 5, 2022
1 parent 110e027 commit 8910fe8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion lovelace-kindle-screensaver/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lovelace dashboard renderer",
"version": "1.1.9",
"version": "1.1.10",
"slug": "lovelace-dashboard-renderer",
"description": "Renders any lovelace dashboard to image and hosts it",
"url": "https://github.com/mkocus/hass-lovelace-kindle-screensaver/tree/master/lovelace-kindle-screensaver",
Expand Down Expand Up @@ -39,6 +39,7 @@
"rendering_delay": 0,
"rendering_screen_height": 1024,
"rendering_screen_width": 758,
"image_format": "png",
"rotation": 0,
"scaling": 1,
"grayscale_depth": 8,
Expand All @@ -56,6 +57,7 @@
"rendering_delay": "int",
"rendering_screen_height": "int",
"rendering_screen_width": "int",
"image_format": "str",
"rotation": "int",
"scaling": "int",
"grayscale_depth": "int",
Expand Down
2 changes: 1 addition & 1 deletion lovelace-kindle-screensaver/rootfs/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lovelace-kindle-screensaver/rootfs/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hass-lovelace-kindle-screensaver",
"version": "1.1.9",
"version": "1.1.10",
"description": "Renders any lovelace dashboard to image and hosts it",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8910fe8

Please sign in to comment.