Commit graph

12 commits

Author SHA1 Message Date
epenet
3a02c627fa
Adjust set_humidity type hints () 2023-01-05 10:26:49 +01:00
Franck Nijhof
b0cee0bc46
String formatting and max line length - Part 1 ()
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-12-22 10:12:50 +01:00
epenet
1dff0075b0
Import humidifier constants from root () 2022-09-13 14:05:36 +02:00
epenet
78045df227
Use EntityFeature enum in components (e**) () 2022-04-06 11:03:29 +02:00
Josh Soref
2a7c808d38
spelling: components/ecobee ()
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2022-01-17 15:28:45 +01:00
epenet
b9e9445a51
Add humidifier setup type hints ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:15:32 +01:00
epenet
728f511627
Use new DeviceClass and StateClass enums in ecobee ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-10 08:55:57 +01:00
Robert Hillis
12c067970a
Use DeviceInfo Class E () 2021-10-23 11:44:51 +02:00
Brent Petit
c149ecf2cc
Handle disconnected ecobee thermostat in humidifier and remote sensors () 2021-06-18 09:06:31 +02:00
Brent Petit
016ba39dfb
Ecobee logging cleanup () 2021-06-17 10:59:13 +02:00
Brent Petit
5cc31a98e2
Add Ecobee humidifier device_info and unique_id ()
* 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
treylok
7256e333e4
Add Ecobee humidifier () 2021-04-12 23:44:13 +02:00