Merge branch 'master' into feat/light_module_feats

This commit is contained in:
Steven B.
2024-11-23 12:34:16 +00:00
committed by GitHub
20 changed files with 828 additions and 4 deletions

View File

@@ -90,6 +90,7 @@ async def test_update_available_without_cloud(dev: SmartDevice):
],
)
@pytest.mark.requires_dummy
@pytest.mark.xdist_group(name="caplog")
async def test_firmware_update(
dev: SmartDevice,
mocker: MockerFixture,

View File

@@ -137,6 +137,7 @@ async def test_thermostat_mode(dev, mode, states, frost_protection):
),
],
)
@pytest.mark.xdist_group(name="caplog")
async def test_thermostat_mode_warnings(dev, mode, states, msg, caplog):
"""Test thermostat modes that should log a warning."""
temp_module: TemperatureControl = dev.modules["TemperatureControl"]