hass-core/homeassistant/components/ecobee
Nicholas Romyn a1a08f7755
Ecobee aux cutover threshold (#129474)
* removing extra blank space

* Adding EcobeeAuxCutoverThreshold

First pass.

* minor reorg and changes; testing local check-in

* Adding entity, setting device class and name

* Bumping max value slightly to hopefully accomodate celsius, setting numberMode=box

* fixing the entity name for aux cutover threshold

* Combined async_add_entities

* Using a list comprehension

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* fixing stuff with listcomprehension

* exchanging call to list.append() to extend with list comprehension

* Updating the class name and the entity name to match the device UI.
Removing abbreviations from entity names

* Fixing tests to match new entity names

* respecting 88 column limit

* Formatting

* Adding test coverage for update/set compressorMinTemp values

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-11-10 14:13:01 +01:00
..
__init__.py Remove deprecated notify service in ecobee (#128177) 2024-10-11 18:21:28 +02:00
binary_sensor.py Fix implicit-return in ecobee (#122832) 2024-07-30 15:33:57 +02:00
climate.py Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
config_flow.py Mark integrations as single_config_entry in manifest [a-i] (#128189) 2024-10-12 08:59:57 +02:00
const.py Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
entity.py Add empty line after module docstring [d-f] (#112698) 2024-03-08 14:15:26 +01:00
humidifier.py Add current_humidity to Ecobee humidifier (#114753) 2024-04-05 21:54:40 +02:00
icons.json Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
manifest.json Mark integrations as single_config_entry in manifest [a-i] (#128189) 2024-10-12 08:59:57 +02:00
notify.py Remove deprecated notify service in ecobee (#128177) 2024-10-11 18:21:28 +02:00
number.py Ecobee aux cutover threshold (#129474) 2024-11-10 14:13:01 +01:00
sensor.py Fix implicit-return in ecobee (#122832) 2024-07-30 15:33:57 +02:00
services.yaml Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
strings.json Ecobee aux cutover threshold (#129474) 2024-11-10 14:13:01 +01:00
switch.py Consolidating async_add_entities into one call in Ecobee (#129917) 2024-11-06 08:25:18 +01:00
util.py Add ecobee indefinite away preset, remove unusable/broken presets (#108636) 2024-03-22 22:45:54 +01:00
weather.py Fix up ecobee windspeed unit (#119870) 2024-06-18 07:58:00 +02:00