core/tests/components/ecobee
Brent Petit 5cc31a98e2
Add Ecobee humidifier device_info and unique_id (#51504)
* 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
2021-06-11 17:39:57 +02:00
..
__init__.py
common.py Add Ecobee humidifier (#45003) 2021-04-12 23:44:13 +02:00
conftest.py Add Ecobee humidifier (#45003) 2021-04-12 23:44:13 +02:00
test_climate.py Set temperature precision for Ecobee climate entities to tenths (#48697) 2021-04-19 17:41:30 -07:00
test_config_flow.py Rewrite ecobee unittest tests to pytest (#42584) 2020-11-16 11:54:51 +01:00
test_humidifier.py Add Ecobee humidifier device_info and unique_id (#51504) 2021-06-11 17:39:57 +02:00
test_util.py Rewrite ecobee unittest tests to pytest (#42584) 2020-11-16 11:54:51 +01:00