1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Bump HeatpumpIR, add protocols, remove IRremoteESP8266 (#6996)

This commit is contained in:
H. Árkosi Róbert
2024-07-12 23:19:33 +02:00
committed by Jesse Hills
parent c6c1d3a3ad
commit 0c2f9b9dbb
5 changed files with 38 additions and 8 deletions

View File

@@ -0,0 +1,19 @@
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