mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
18 lines
376 B
YAML
18 lines
376 B
YAML
image:
|
|
- platform: file
|
|
id: file_binary_image
|
|
file: ../../pnglogo.png
|
|
type: BINARY
|
|
dither: FloydSteinberg
|
|
- platform: file
|
|
id: file_rgb565_image
|
|
file: ../../pnglogo.png
|
|
type: RGB565
|
|
transparency: alpha_channel
|
|
resize: 50x50
|
|
- platform: file
|
|
id: file_mdi_image
|
|
file: mdi:alert-circle-outline
|
|
type: BINARY
|
|
resize: 24x24
|