core/tests/components/generic_thermostat
Eli Sand 5106548f2c
Fix generic_thermostat so it doesn't turn on when current temp is within target temp range (#138209)
* Don't turn on thermostat if temp is equal to target temp.

* Update strings to reflect logic change.

* Fix logic and add zero tolerance tests.

* Include tests for cool mode

* Removed unnecessary async_block_till_done calls
2025-03-30 19:43:13 +01:00
..
fixtures
snapshots Fix step in presets for generic thermostat (#128922) 2024-10-23 08:13:42 +02:00
__init__.py
test_climate.py Fix generic_thermostat so it doesn't turn on when current temp is within target temp range (#138209) 2025-03-30 19:43:13 +01:00
test_config_flow.py Fix step in presets for generic thermostat (#128922) 2024-10-23 08:13:42 +02:00
test_init.py