Open Omniflux opened 23 hours ago
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks :+1:
Hey there @ottowinter, @jesserockz, @kbx81, @bdraco, mind taking a look at this pull request as it has been labeled with an integration (esphome
) you are listed as a code owner for? Thanks!
Proposed change
Respect ESPHome ClimateTrait supports_current_temperature the same way ClimateTrait supports_current_humidity is.
Currently, when an ESPHome Climate component does not support the current temperature, it reports 0°C which is then converted to 32°F if the unit system is US customary.
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: