Fix Hue transition calculation (#61581)
This commit is contained in:
parent
8200101785
commit
4ad90b33c9
5 changed files with 11 additions and 11 deletions
|
@ -83,7 +83,7 @@ async def test_scene_turn_on_service(hass, mock_bridge_v2, v2_resources_test_dat
|
|||
assert len(mock_bridge_v2.mock_requests) == 2
|
||||
assert mock_bridge_v2.mock_requests[1]["json"]["recall"] == {
|
||||
"action": "active",
|
||||
"duration": 600,
|
||||
"duration": 6000,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue