mirror of
https://github.com/esphome/esphome.git
synced 2026-08-25 15:46:20 +00:00
12 lines
432 B
YAML
12 lines
432 B
YAML
# Pulls in sensor so entity iteration paths compile (USE_SENSOR);
|
|
# tests register their own instances. Plain yaml.safe_load, no ESPHome tags.
|
|
# An alphabetically-earlier component's sensor: block shadows this one in
|
|
# combined builds; the tests' sensor-count ASSERT catches a capacity drop.
|
|
sensor:
|
|
- platform: template
|
|
id: bench_sensor_a
|
|
name: "Bench A"
|
|
- platform: template
|
|
id: bench_sensor_b
|
|
name: "Bench B"
|