We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcccd6 commit dc85334Copy full SHA for dc85334
tests/components/plugwise/test_sensor.py
@@ -13,11 +13,13 @@
13
from tests.common import MockConfigEntry, snapshot_platform
14
15
16
+@pytest.mark.parametrize("chosen_env", ["m_adam_heating"], indirect=True)
17
+@pytest.mark.parametrize("cooling_present", [False], indirect=True)
18
@pytest.mark.parametrize("platforms", [(SENSOR_DOMAIN,)])
19
@pytest.mark.usefixtures("entity_registry_enabled_by_default")
20
async def test_adam_sensor_snapshot(
21
hass: HomeAssistant,
- mock_smile_adam: MagicMock,
22
+ mock_smile_adam_heat_cool: MagicMock,
23
snapshot: SnapshotAssertion,
24
entity_registry: er.EntityRegistry,
25
setup_platform: MockConfigEntry,
0 commit comments