Modernize govee_light_local light tests (#161845)

This commit is contained in:
epenet
2026-01-29 11:51:22 +01:00
committed by GitHub
parent e10fe074c9
commit 804fbf9cef

View File

@@ -418,7 +418,7 @@ async def test_light_color(hass: HomeAssistant, mock_govee_api: MagicMock) -> No
await hass.services.async_call(
LIGHT_DOMAIN,
SERVICE_TURN_ON,
{"entity_id": light.entity_id, "kelvin": 4400},
{"entity_id": light.entity_id, "color_temp_kelvin": 4400},
blocking=True,
)
await hass.async_block_till_done()