mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Add coolix climate ❄ 🔥 (#521)
* Lint * add coolix climate ❄ 🔥 * Fixes * Reviewed * Fix for dev ClimateDevice was renamed to Climate * Remove stale method * Lint * Initialize target temperature, avoid NAN value * Use clamp and round value * Set to verbose message Not really relevant to the user * Remove constructor Name is now set in climate.register_climate - saves integrations from having to declare a constructor * Fix, add test Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
committed by
Otto Winter
parent
e62443933c
commit
85513476ce
@@ -903,6 +903,13 @@ climate:
|
||||
sensor: my_sensor
|
||||
- platform: tcl112
|
||||
name: TCL112 Climate
|
||||
- platform: coolix
|
||||
name: Coolix Climate With Sensor
|
||||
supports_heat: True
|
||||
supports_cool: True
|
||||
sensor: my_sensor
|
||||
- platform: coolix
|
||||
name: Coolix Climate
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
|
||||
Reference in New Issue
Block a user