mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
13 lines
206 B
YAML
13 lines
206 B
YAML
esphome:
|
|
name: host-sensor-test
|
|
host:
|
|
api:
|
|
logger:
|
|
sensor:
|
|
- platform: template
|
|
name: Test Sensor
|
|
id: test_sensor
|
|
unit_of_measurement: °C
|
|
lambda: return 42.0;
|
|
update_interval: 0.1s
|