core/tests/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
..
fixtures Ecobee aux cutover threshold (#129474) 2024-11-10 14:13:01 +01:00
__init__.py
common.py Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
conftest.py
test_climate.py Add ecobee set_sensors_used_in_climate service (#102871) 2024-10-21 16:21:56 +02:00
test_config_flow.py Mark integrations as single_config_entry in manifest [a-i] (#128189) 2024-10-12 08:59:57 +02:00
test_humidifier.py
test_notify.py Remove deprecated notify service in ecobee (#128177) 2024-10-11 18:21:28 +02:00
test_number.py Ecobee aux cutover threshold (#129474) 2024-11-10 14:13:01 +01:00
test_switch.py Ecobee aux cutover threshold (#129474) 2024-11-10 14:13:01 +01:00
test_util.py