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
binary_sensor.py
climate.py Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
config_flow.py
const.py Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
entity.py
humidifier.py
icons.json Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
manifest.json
notify.py
number.py Ecobee aux cutover threshold (#129474) 2024-11-10 14:13:01 +01:00
sensor.py
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
weather.py