1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-28 13:43:54 +00:00

Add basic fan compile tests

baseline for https://github.com/esphome/esphome/pull/11483
This commit is contained in:
J. Nick Koston
2025-10-22 11:04:38 -10:00
parent 1c67a61945
commit 04d127015c
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
fan:
- platform: template
id: test_fan
name: "Test Fan"
preset_modes:
- Eco
- Sleep
- Turbo
has_oscillating: true
has_direction: true
speed_count: 3

View File

@@ -0,0 +1 @@
<<: !include common.yaml