mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
33 lines
514 B
YAML
33 lines
514 B
YAML
# Legacy top-level `online_image:` form. Exercises the deprecation shim and the
|
|
# shared codegen path through the real read_config/codegen pipeline.
|
|
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32s3box
|
|
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
http_request:
|
|
verify_ssl: false
|
|
|
|
online_image:
|
|
- id: test_online_image
|
|
url: http://example.com/image.png
|
|
format: png
|
|
type: rgb565
|
|
|
|
spi:
|
|
mosi_pin: 6
|
|
clk_pin: 7
|
|
|
|
psram:
|
|
mode: quad
|
|
|
|
display:
|
|
- platform: mipi_spi
|
|
id: lcd_display
|
|
model: s3box
|