mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
[image]Rename option "use_transparency" (#8113)
This commit is contained in:
@@ -14,18 +14,18 @@ online_image:
|
||||
- id: online_binary_transparent_image
|
||||
url: http://www.libpng.org/pub/png/img_png/pnglogo-blk-tiny.png
|
||||
type: BINARY
|
||||
use_transparency: chroma_key
|
||||
transparency: chroma_key
|
||||
format: png
|
||||
- id: online_rgba_image
|
||||
url: http://www.libpng.org/pub/png/img_png/pnglogo-blk-tiny.png
|
||||
format: PNG
|
||||
type: RGB
|
||||
use_transparency: alpha_channel
|
||||
transparency: alpha_channel
|
||||
- id: online_rgb24_image
|
||||
url: http://www.libpng.org/pub/png/img_png/pnglogo-blk-tiny.png
|
||||
format: PNG
|
||||
type: RGB
|
||||
use_transparency: chroma_key
|
||||
transparency: chroma_key
|
||||
|
||||
# Check the set_url action
|
||||
esphome:
|
||||
|
Reference in New Issue
Block a user