core/homeassistant/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
auth.py Import `util.dt` as `dt_util` in `components/[a-d]*` (#93756) 2023-05-30 00:02:06 +03:00
capabilities.py Comment lack of rounding in AlexaTemperatureSensor (#87561) 2023-02-06 19:37:14 +01:00
config.py Enable strict type checks of cloud (#92576) 2023-05-24 11:46:11 +02:00
const.py
entities.py Type fixes for alexa entities (#87077) 2023-02-01 14:07:32 +01:00
errors.py Adjust docstrings for ruff D404 (#89077) 2023-03-03 11:26:13 +01:00
flash_briefings.py Drop deepcopy of Alexa config (#89284) 2023-03-07 16:16:46 +01:00
handlers.py Alexa temperature adjustment handle multiple setpoint (#95821) 2023-07-18 01:12:15 +02:00
intent.py Alexa Intent: Use the 'id' field and expose nearest resolutions as variables (#86709) 2023-05-10 21:25:08 +02:00
logbook.py String formatting and max line length - Part 1 (#84390) 2022-12-22 10:12:50 +01:00
manifest.json Sort manifests 1 (#87022) 2023-02-08 20:29:44 +01:00
messages.py Don't use storage collection helper in ExposedEntities (#92396) 2023-05-03 12:39:22 +02:00
resources.py Code styling tweaks to the Alexa integration (#86121) 2023-01-18 01:01:30 +02:00
services.yaml
smart_home.py Don't use storage collection helper in ExposedEntities (#92396) 2023-05-03 12:39:22 +02:00
smart_home_http.py Don't use storage collection helper in ExposedEntities (#92396) 2023-05-03 12:39:22 +02:00
state_report.py Enable strict type checks of cloud (#92576) 2023-05-24 11:46:11 +02:00