mirror of
https://github.com/home-assistant/core.git
synced 2026-02-26 12:55:16 +00:00
* Add Ecobee humidifier device_info and unique_id Ecobee humidifier entity was not connected to the thermostat device. This change will ensure the entitiy is properly connected. This change also fills out the ecobee-data.json fixutre data a bit to address failures in the test setup. * Add Ecobee humidifier device_info and unique_id Adjust test fixture data to increase pytest coverage Clean up indenting in ecobee-data.json * Add Ecobee humidifier device_info and unique_id Update exception case in device_info to not be included in codecov tests. This case has been tested locally. * Add Ecobee humidifier device_info and unique_id Address pylint issue * Add Ecobee humidifier device_info and unique_id Remove no cover pragma and add ecobee humidifier.py to .coveragerc