mirror of
https://github.com/esphome/esphome.git
synced 2025-03-01 08:18:16 +00:00
Add tests
This commit is contained in:
parent
9d5c2b344f
commit
c20ed7eb0f
7
tests/components/climate_ir_samsung/test.esp32-ard.yaml
Normal file
7
tests/components/climate_ir_samsung/test.esp32-ard.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
remote_transmitter:
|
||||||
|
pin: 2
|
||||||
|
carrier_duty_percent: 50%
|
||||||
|
|
||||||
|
climate:
|
||||||
|
- platform: climate_ir_samsung
|
||||||
|
name: SAMSUNG Climate
|
@ -0,0 +1,7 @@
|
|||||||
|
remote_transmitter:
|
||||||
|
pin: 2
|
||||||
|
carrier_duty_percent: 50%
|
||||||
|
|
||||||
|
climate:
|
||||||
|
- platform: climate_ir_samsung
|
||||||
|
name: SAMSUNG Climate
|
@ -0,0 +1,7 @@
|
|||||||
|
remote_transmitter:
|
||||||
|
pin: 2
|
||||||
|
carrier_duty_percent: 50%
|
||||||
|
|
||||||
|
climate:
|
||||||
|
- platform: climate_ir_samsung
|
||||||
|
name: SAMSUNG Climate
|
7
tests/components/climate_ir_samsung/test.esp32-idf.yaml
Normal file
7
tests/components/climate_ir_samsung/test.esp32-idf.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
remote_transmitter:
|
||||||
|
pin: 2
|
||||||
|
carrier_duty_percent: 50%
|
||||||
|
|
||||||
|
climate:
|
||||||
|
- platform: climate_ir_samsung
|
||||||
|
name: SAMSUNG Climate
|
@ -0,0 +1,7 @@
|
|||||||
|
remote_transmitter:
|
||||||
|
pin: 5
|
||||||
|
carrier_duty_percent: 50%
|
||||||
|
|
||||||
|
climate:
|
||||||
|
- platform: climate_ir_samsung
|
||||||
|
name: SAMSUNG Climate
|
Loading…
x
Reference in New Issue
Block a user