mirror of
https://github.com/esphome/esphome.git
synced 2025-11-04 17:11:51 +00:00
Add tests
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user