1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Modernize abode light tests (#161829)

This commit is contained in:
epenet
2026-01-29 12:01:32 +01:00
committed by GitHub
parent 6107b794d6
commit 1407f61a9c

View File

@@ -125,7 +125,7 @@ async def test_set_color_temp(hass: HomeAssistant) -> None:
await hass.services.async_call(
LIGHT_DOMAIN,
SERVICE_TURN_ON,
{ATTR_ENTITY_ID: DEVICE_ID, "color_temp": 309},
{ATTR_ENTITY_ID: DEVICE_ID, "color_temp_kelvin": 3236},
blocking=True,
)
await hass.async_block_till_done()