Skip to content

Commit

Permalink
Remove DITHER option from HA Add-On again
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbl authored Feb 23, 2024
1 parent 27cdea6 commit 0d073a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.8

### Fixed

* Remove DITHER option from Home Assistant Add-On again until the gm/im incompatibility will be fixed

## 1.0.7

### Added
Expand Down
4 changes: 1 addition & 3 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lovelace Kindle Screensaver
version: 1.0.7
version: 1.0.8
slug: kindle-screensaver
description: This tool can be used to display a Lovelace view of your Home Assistant instance on a jailbroken Kindle device. It regularly takes a screenshot which can be polled and used as a screensaver image of the online screensaver plugin.
startup: application
Expand Down Expand Up @@ -36,7 +36,6 @@ options:
SCALING: '1'
GRAYSCALE_DEPTH: '8'
COLOR_MODE: 'GrayScale'
DITHER: false
REMOVE_GAMMA: true
PREFERS_COLOR_SCHEME: 'light'
HA_BATTERY_WEBHOOK: ''
Expand All @@ -56,7 +55,6 @@ schema:
SCALING: "float?"
GRAYSCALE_DEPTH: "int?"
COLOR_MODE: "list(GrayScale|TrueColor)?"
DITHER: "bool?"
REMOVE_GAMMA: "bool?"
PREFERS_COLOR_SCHEME: "list(light|dark)?"
HA_BATTERY_WEBHOOK: "str?"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hass-lovelace-kindle-screensaver",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export ROTATION=$(bashio::config 'ROTATION')
export SCALING=$(bashio::config 'SCALING')
export GRAYSCALE_DEPTH=$(bashio::config 'GRAYSCALE_DEPTH')
export COLOR_MODE=$(bashio::config 'COLOR_MODE')
export DITHER=$(bashio::config 'DITHER')
export REMOVE_GAMMA=$(bashio::config 'REMOVE_GAMMA')
export PREFERS_COLOR_SCHEME=$(bashio::config 'PREFERS_COLOR_SCHEME')
export HA_BATTERY_WEBHOOK=$(bashio::config 'HA_BATTERY_WEBHOOK')
Expand Down

0 comments on commit 0d073a2

Please sign in to comment.