core/homeassistant/components/ecobee
Ari 504ad6488c Add support for Heat Mode detection for ecobee Heat Pumps (#28273)
* Add support for Heat Mode detection for Heat Pumps - Fixes #26547

Since the ecobee component started to dynamically set the supported HVAC modes based on querying the device a few releases ago, users with Heat Pumps noticed that the Heat mode was no longer offered as an option by HA. Some of us did not actually notice until the summer was over :). This commit fixes that.

For heatpumps, ecobee returns:
'coolStages': 1, 
'heatStages': 0,
'hasHeatPump': True,

Fix tested on HA 100.1 and 100.3

Fixes bug https://github.com/home-assistant/home-assistant/issues/26547

* changed line formatted with black
2019-11-08 19:08:50 +01:00
..
.translations [ci skip] Translation update 2019-10-22 00:32:10 +00:00
__init__.py Add config flow to ecobee (#26634) 2019-09-25 22:38:21 +02:00
binary_sensor.py Fix for unknown sensor state (#27542) 2019-10-12 13:11:30 -07:00
climate.py Add support for Heat Mode detection for ecobee Heat Pumps (#28273) 2019-11-08 19:08:50 +01:00
config_flow.py Fix ecobee integration (#26951) 2019-09-27 16:45:50 +02:00
const.py Add modelnumber for ecobee4 (#28278) 2019-10-31 09:49:38 +01:00
manifest.json Update documentation link URL for integrations in all manifests (#27114) 2019-10-02 09:25:44 -07:00
notify.py Add config flow to ecobee (#26634) 2019-09-25 22:38:21 +02:00
sensor.py Fix for unknown sensor state (#27542) 2019-10-12 13:11:30 -07:00
services.yaml Add ecobee services to create and delete vacations (#26923) 2019-09-26 21:23:44 +02:00
strings.json Add config flow to ecobee (#26634) 2019-09-25 22:38:21 +02:00
util.py Improve ecobee service schemas (#26955) 2019-09-28 11:32:22 +02:00
weather.py Fix ecobee weather platform (#27369) 2019-10-10 00:05:46 -07:00