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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user