mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 09:41:51 +00:00
* 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