Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions custom_components/opendisplay/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ upload_image:
- "sierra"
- "sierra_lite"
- "jarvis_judice_ninke"
- "dizzy"
refresh_mode:
required: false
default: "full"
Expand Down Expand Up @@ -390,6 +391,7 @@ drawcustom:
- "sierra"
- "sierra_lite"
- "jarvis_judice_ninke"
- "dizzy"
refresh_type:
name: Refresh type
description: E-paper refresh mode
Expand Down
1 change: 1 addition & 0 deletions custom_components/opendisplay/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"options": {
"atkinson": "Atkinson",
"burkes": "Burkes",
"dizzy": "Dizzy",
"floyd_steinberg": "Floyd-Steinberg",
"jarvis_judice_ninke": "Jarvis, Judice & Ninke",
"none": "None",
Expand Down
2 changes: 1 addition & 1 deletion docs/drawcustom/supported_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The service targets one or more OpenDisplay devices via the standard Home Assist
| `payload` | List of drawing elements (required) | — | See [Element types](#element-types) |
| `background` | Background color | `white` | `white`, `black`, `accent`, `red`, `yellow` |
| `rotate` | Rotation of the whole image, in degrees | `0` | `0`, `90`, `180`, `270` |
| `dither` | Dithering algorithm | `ordered` | `none`, `burkes`, `ordered`, `floyd_steinberg`, `atkinson`, `stucki`, `sierra`, `sierra_lite`, `jarvis_judice_ninke` |
| `dither` | Dithering algorithm | `ordered` | `none`, `burkes`, `ordered`, `floyd_steinberg`, `atkinson`, `stucki`, `sierra`, `sierra_lite`, `jarvis_judice_ninke`, `dizzy` |
| `refresh_type` | E-paper refresh mode | `full` | `full`, `fast` |
| `tone_compression` | Tone compression strength (%) | automatic | `0`–`100`; omit for automatic tone mapping |
| `dry-run` | Generate the image without sending it | `false` | `true`, `false` |
Expand Down
Loading