Convert nuheat to use DataUpdateCoordinator (#42034)
* Convert nuheat to use DataUpdateCoordinator * coverage * Update homeassistant/components/nuheat/climate.py
This commit is contained in:
parent
37df7bf4c5
commit
8c27a99386
5 changed files with 81 additions and 28 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue