mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add TCL112 climate (#523)
* Add TCL112 climate * fix default mode * Updates * Update * Update climate.py My mistake :( Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
committed by
Otto Winter
parent
3b48aa5911
commit
e62443933c
@@ -895,6 +895,15 @@ remote_transmitter:
|
||||
- pin: 32
|
||||
carrier_duty_percent: 100%
|
||||
|
||||
climate:
|
||||
- platform: tcl112
|
||||
name: TCL112 Climate With Sensor
|
||||
supports_heat: True
|
||||
supports_cool: True
|
||||
sensor: my_sensor
|
||||
- platform: tcl112
|
||||
name: TCL112 Climate
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
pin: GPIO25
|
||||
|
Reference in New Issue
Block a user