mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
f6848fe24d
* Initial changes to support testing of additional framework versions * Rename Arduino test files
19 lines
434 B
YAML
19 lines
434 B
YAML
remote_transmitter:
|
|
pin: 2
|
|
carrier_duty_percent: 50%
|
|
|
|
climate:
|
|
- platform: heatpumpir
|
|
protocol: mitsubishi_heavy_zm
|
|
horizontal_default: left
|
|
vertical_default: up
|
|
name: HeatpumpIR Climate
|
|
min_temperature: 18
|
|
max_temperature: 30
|
|
- platform: heatpumpir
|
|
protocol: greeyt
|
|
horizontal_default: left
|
|
vertical_default: up
|
|
name: HeatpumpIR Climate
|
|
min_temperature: 18
|
|
max_temperature: 30
|