mirror of
https://github.com/esphome/esphome.git
synced 2026-09-19 02:58:38 +00:00
12 lines
333 B
YAML
12 lines
333 B
YAML
# Extra component configuration required by C++ unit tests.
|
|
# Loaded by cpp_unit_test.py and merged into the test build config
|
|
# before validation, so that platform defines (USE_SENSOR, etc.) are generated.
|
|
|
|
sensor:
|
|
- platform: template
|
|
id: test_cpp_sensor
|
|
|
|
binary_sensor:
|
|
- platform: template
|
|
id: test_cpp_binary_sensor
|