diff --git a/tests/components/tradfri/test_light.py b/tests/components/tradfri/test_light.py index 653a9ce62df..cf11d42411e 100644 --- a/tests/components/tradfri/test_light.py +++ b/tests/components/tradfri/test_light.py @@ -135,6 +135,10 @@ def mock_light(test_features=None, test_state=None, light_number=0): reachable=True, observe=Mock(), device_info=dev_info_mock, + has_light_control=True, + has_socket_control=False, + has_blind_control=False, + has_signal_repeater_control=False, ) _mock_light.name = f"tradfri_light_{light_number}"