Fix Hue transition calculation (#61581)

This commit is contained in:
Marcel van der Veldt 2021-12-12 23:11:41 +01:00 committed by GitHub
parent 8200101785
commit 4ad90b33c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -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,
}