Files
esphome/tests/integration/fixtures/legacy_area.yaml
T
2025-06-25 12:03:41 +00:00

16 lines
284 B
YAML

esphome:
name: legacy-area-test
# Using legacy string-based area configuration
area: Master Bedroom
host:
api:
logger:
# Simple sensor to ensure the device compiles and runs
sensor:
- platform: template
name: Test Sensor
lambda: return 42.0;
update_interval: 1s