mirror of
https://github.com/home-assistant/core.git
synced 2026-05-25 01:40:15 +01:00
a7ddd592fb
* Nest - Climate - Error Messages 1. Error messages were incorrect for some methods, for example async_set_temperature was reporting failure to set hvac_mode. This is corrected. 2. Error messages were incomplete and were not including the entity_id,and the operation being performed that failed. 3. Add unit tests to test the exception handling * Move tests into exiisting error test * Improve readability of error message