mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
Added component tests for hitachi_ac224
This commit is contained in:
parent
58e782877f
commit
589235ea7e
5 changed files with 35 additions and 0 deletions
7
tests/components/hitachi_ac224/test.esp32-ard.yaml
Normal file
7
tests/components/hitachi_ac224/test.esp32-ard.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
remote_transmitter:
|
||||
pin: 2
|
||||
carrier_duty_percent: 50%
|
||||
|
||||
climate:
|
||||
- platform: hitachi_ac224
|
||||
name: Hitachi Climate
|
7
tests/components/hitachi_ac224/test.esp32-c3-ard.yaml
Normal file
7
tests/components/hitachi_ac224/test.esp32-c3-ard.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
remote_transmitter:
|
||||
pin: 2
|
||||
carrier_duty_percent: 50%
|
||||
|
||||
climate:
|
||||
- platform: hitachi_ac224
|
||||
name: Hitachi Climate
|
7
tests/components/hitachi_ac224/test.esp32-c3-idf.yaml
Normal file
7
tests/components/hitachi_ac224/test.esp32-c3-idf.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
remote_transmitter:
|
||||
pin: 2
|
||||
carrier_duty_percent: 50%
|
||||
|
||||
climate:
|
||||
- platform: hitachi_ac224
|
||||
name: Hitachi Climate
|
7
tests/components/hitachi_ac224/test.esp32-idf.yaml
Normal file
7
tests/components/hitachi_ac224/test.esp32-idf.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
remote_transmitter:
|
||||
pin: 2
|
||||
carrier_duty_percent: 50%
|
||||
|
||||
climate:
|
||||
- platform: hitachi_ac224
|
||||
name: Hitachi Climate
|
7
tests/components/hitachi_ac224/test.esp8266-ard.yaml
Normal file
7
tests/components/hitachi_ac224/test.esp8266-ard.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
remote_transmitter:
|
||||
pin: 5
|
||||
carrier_duty_percent: 50%
|
||||
|
||||
climate:
|
||||
- platform: hitachi_ac224
|
||||
name: Hitachi Climate
|
Loading…
Reference in a new issue