Skip to content

Commit

Permalink
Fix test for kettle
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jan 15, 2024
1 parent 977a16f commit 49bef01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_polaris():
}

state = update_ha_state(YandexKettle, device)
assert state.state == "black_tea"
assert state.state == "on"
assert state.attributes == {
"min_temp": 30,
"max_temp": 100,
Expand All @@ -122,7 +122,7 @@ def test_polaris():
"temperature": 65,
"target_temp_high": null,
"target_temp_low": null,
"operation_mode": "black_tea",
"operation_mode": "on",
"friendly_name": "Чайник",
"supported_features": (
WaterHeaterEntityFeature.TARGET_TEMPERATURE
Expand Down

0 comments on commit 49bef01

Please sign in to comment.