1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01: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 GitHub
parent 4a80a09db3
commit 8a3f0e3b93
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