Fix group member planning for low brightness

This commit is contained in:
ajp_anton
2026-06-01 04:34:32 +00:00
parent cdf1f4e3a1
commit afafd4fe93
6 changed files with 295 additions and 66 deletions
+2 -2
View File
@@ -735,8 +735,8 @@ def test_example_group_readback_uses_aggregate_member_output(
state = app.group_lights["Living Room"].handle_member_update()
assert 45 <= state.brightness <= 60
assert app.lights["Floor Lamp Plug"].state.brightness == 255
assert app.lights["Desk Lamp Plug"].state.brightness == 255
assert app.lights["Floor Lamp Plug"].state.brightness == 0
assert app.lights["Desk Lamp Plug"].state.brightness == 0
def test_example_native_ct_member_reports_requested_ct(settings) -> None: