mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
22 lines
520 B
YAML
22 lines
520 B
YAML
# `platform: animation` entry exercising the shared `defaults:`/`files:` expansion.
|
|
display:
|
|
- platform: sdl
|
|
id: animation_display
|
|
auto_clear_enabled: false
|
|
dimensions:
|
|
width: 480
|
|
height: 480
|
|
|
|
image:
|
|
- platform: animation
|
|
defaults:
|
|
type: rgb565
|
|
transparency: opaque
|
|
resize: 50x50
|
|
files:
|
|
- id: platform_defaults_animation
|
|
file: $component_dir/anim.gif
|
|
- id: platform_defaults_animation_rgb
|
|
file: $component_dir/anim.apng
|
|
type: rgb
|