mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Add test for protocol philco_phs32 on heatpumpir platform
This commit is contained in:
parent
cb2bddb41c
commit
d58af9c648
1 changed files with 7 additions and 0 deletions
|
@ -17,3 +17,10 @@ climate:
|
||||||
name: HeatpumpIR Climate
|
name: HeatpumpIR Climate
|
||||||
min_temperature: 18
|
min_temperature: 18
|
||||||
max_temperature: 30
|
max_temperature: 30
|
||||||
|
- platform: heatpumpir
|
||||||
|
protocol: philco_phs32
|
||||||
|
horizontal_default: auto
|
||||||
|
vertical_default: auto
|
||||||
|
name: HeatpumpIR Climate
|
||||||
|
min_temperature: 18
|
||||||
|
max_temperature: 30
|
Loading…
Reference in a new issue