Files
esphome/tests/component_tests/online_image/config/online_image_test.yaml
T

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