mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
19 lines
438 B
YAML
19 lines
438 B
YAML
remote_transmitter:
|
|
pin: 6
|
|
carrier_duty_percent: 50%
|
|
|
|
climate:
|
|
- platform: heatpumpir
|
|
protocol: daikin
|
|
horizontal_default: mleft
|
|
vertical_default: mup
|
|
name: HeatpumpIR Climate
|
|
min_temperature: 18
|
|
max_temperature: 30
|
|
- platform: heatpumpir
|
|
protocol: panasonic_altdke
|
|
horizontal_default: mright
|
|
vertical_default: mdown
|
|
name: HeatpumpIR Climate
|
|
min_temperature: 18
|
|
max_temperature: 30
|