mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
72d6471ab8
* add support for climate action: Following hass implementation of climate, action represents the current action the climate device is perfoming, e.g. cooling or heating fix bang_bang climate: make sure that the thresholds are always respected. fixes the issue where the component would just keep on heating, regardless of the temperature range * Updates - Use dedicated enum for action (otherwise it gets confusing because "auto" is not a valid action) - Add field to tell HA that action is supported - Revert semantic changes in bang_bang * Conditional print Co-authored-by: Otto Winter <otto@otto-winter.com> |
||
---|---|---|
.. | ||
__init__.py | ||
automation.h | ||
climate.cpp | ||
climate.h | ||
climate_mode.cpp | ||
climate_mode.h | ||
climate_traits.cpp | ||
climate_traits.h |