mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
14 lines
537 B
YAML
14 lines
537 B
YAML
# The test_display platform (and its external_components entry) is provided by
|
|
# the shared package included from the test.*.yaml files. These extra instances
|
|
# exercise the remaining `dimensions` code paths: the width/height map form and
|
|
# the default when omitted. The package's own `test_display_screen` covers the
|
|
# "WIDTHxHEIGHT" string form.
|
|
display:
|
|
- platform: test_display
|
|
id: test_display_wh_dimensions
|
|
dimensions:
|
|
width: 320
|
|
height: 240
|
|
- platform: test_display
|
|
id: test_display_default_dimensions
|