Skip to content

Commit 793dbd4

Browse files
committed
Remove replaced testcase
1 parent 9c69268 commit 793dbd4

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

tests/components/plugwise/test_sensor.py

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,6 @@ async def test_adam_sensor_entities(
2727
await snapshot_platform(hass, entity_registry, snapshot, setup_platform.entry_id)
2828

2929

30-
async def test_adam_climate_sensor_entities(
31-
hass: HomeAssistant, mock_smile_adam: MagicMock, init_integration: MockConfigEntry
32-
) -> None:
33-
"""Test creation of climate related sensor entities."""
34-
state = hass.states.get("sensor.adam_outdoor_temperature")
35-
assert state
36-
assert float(state.state) == 7.81
37-
38-
state = hass.states.get("sensor.cv_pomp_electricity_consumed")
39-
assert state
40-
assert float(state.state) == 35.6
41-
42-
state = hass.states.get("sensor.onoff_water_temperature")
43-
assert state
44-
assert float(state.state) == 70.0
45-
46-
state = hass.states.get("sensor.cv_pomp_electricity_consumed_interval")
47-
assert state
48-
assert float(state.state) == 7.37
49-
50-
await async_update_entity(hass, "sensor.zone_lisa_wk_battery")
51-
52-
state = hass.states.get("sensor.zone_lisa_wk_battery")
53-
assert state
54-
assert int(state.state) == 34
55-
56-
5730
async def test_adam_climate_sensor_entity_2(
5831
hass: HomeAssistant, mock_smile_adam_4: MagicMock, init_integration: MockConfigEntry
5932
) -> None:

0 commit comments

Comments
 (0)