mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Also adding in some tests
This commit is contained in:
parent
b3682e274a
commit
5f2e4f95e3
18
tests/components/vornado_ir/common.yaml
Normal file
18
tests/components/vornado_ir/common.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
remote_transmitter:
|
||||||
|
pin: 4
|
||||||
|
carrier_duty_percent: 50%
|
||||||
|
|
||||||
|
vornado_ir:
|
||||||
|
id: vornado_ir_remote
|
||||||
|
|
||||||
|
button:
|
||||||
|
- platform: vornado_ir
|
||||||
|
vornado_id: vornado_ir_remote
|
||||||
|
power:
|
||||||
|
name: Vornado IR Power Toggle
|
||||||
|
change_direction:
|
||||||
|
name: Vornado IR Change Direction
|
||||||
|
increase:
|
||||||
|
name: Vornado IR Increase
|
||||||
|
decrease:
|
||||||
|
name: Vornado IR Decrease
|
1
tests/components/vornado_ir/test.esp32-ard.yaml
Normal file
1
tests/components/vornado_ir/test.esp32-ard.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<<: !include common.yaml
|
1
tests/components/vornado_ir/test.esp32-c3-ard.yaml
Normal file
1
tests/components/vornado_ir/test.esp32-c3-ard.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<<: !include common.yaml
|
1
tests/components/vornado_ir/test.esp32-c3-idf.yaml
Normal file
1
tests/components/vornado_ir/test.esp32-c3-idf.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<<: !include common.yaml
|
1
tests/components/vornado_ir/test.esp32-idf.yaml
Normal file
1
tests/components/vornado_ir/test.esp32-idf.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<<: !include common.yaml
|
1
tests/components/vornado_ir/test.esp8266-ard.yaml
Normal file
1
tests/components/vornado_ir/test.esp8266-ard.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<<: !include common.yaml
|
Loading…
x
Reference in New Issue
Block a user