Convert nuheat to use DataUpdateCoordinator (#42034)

* Convert nuheat to use DataUpdateCoordinator

* coverage

* Update homeassistant/components/nuheat/climate.py
This commit is contained in:
J. Nick Koston 2020-10-18 13:45:47 -05:00 committed by GitHub
parent 37df7bf4c5
commit 8c27a99386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 81 additions and 28 deletions

View file

@ -103,6 +103,8 @@ def _get_mock_thermostat_schedule_temporary_hold():
target_celsius=43,
target_fahrenheit=99,
target_temperature=3729,
max_temperature=5000,
min_temperature=1,
)
thermostat.get_data = Mock()