1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

Add integration tests for host (#8912)

This commit is contained in:
J. Nick Koston
2025-05-26 21:31:32 -05:00
committed by GitHub
parent 73771d5c50
commit 4ac433fddb
18 changed files with 749 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
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