hass-core/tests/components/alexa
Mike Keesey 44aa531a51
Alexa temperature adjustment handle multiple setpoint (#95821)
* Alexa temperature adjustment handle multiple setpoint

In "auto" mode with many thermostats, the thermostats expose both an
upper and lower setpoint representing a range of temperatures. When a
temperature delta is sent from Alexa (e.g. "lower by 2 degrees), we need
to handle the case where the temperature property is not set, but
instead the upper and lower setpoint properties are set. In this case,
we adjust those properties via service call instead of the singular
value.

* Updating tests to fix coverage
2023-07-18 01:12:15 +02:00
..
__init__.py Correct time stamp format in Alexa responses (#70267) 2022-04-22 08:44:59 -07:00
test_auth.py Add type hints to integration tests (a) (#87684) 2023-02-08 12:16:23 +01:00
test_capabilities.py Enable Ruff PT006 (#88165) 2023-02-15 14:09:50 +01:00
test_common.py Enable Ruff PT015 (#86775) 2023-01-27 11:10:29 +01:00
test_config.py Fix race in Alexa async_enable_proactive_mode (#92785) 2023-05-09 19:58:00 +02:00
test_entities.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
test_flash_briefings.py Add type hints to integration tests (part 1) (#87777) 2023-02-09 16:09:13 +01:00
test_init.py Add type hints to integration tests (a) (#87684) 2023-02-08 12:16:23 +01:00
test_intent.py Alexa Intent: Use the 'id' field and expose nearest resolutions as variables (#86709) 2023-05-10 21:25:08 +02:00
test_smart_home.py Alexa temperature adjustment handle multiple setpoint (#95821) 2023-07-18 01:12:15 +02:00
test_smart_home_http.py Add type hints to integration tests (a) (#87684) 2023-02-08 12:16:23 +01:00
test_state_report.py Enable Ruff PT006 (#88165) 2023-02-15 14:09:50 +01:00