diff --git a/tests/components/light/test_condition.py b/tests/components/light/test_condition.py index 69a3a197a48..b78a5e89123 100644 --- a/tests/components/light/test_condition.py +++ b/tests/components/light/test_condition.py @@ -18,8 +18,6 @@ from homeassistant.setup import async_setup_component from tests.common import MockConfigEntry -# remove when #151314 is merged -CONF_OPTIONS = "options" @pytest.fixture(autouse=True, name="stub_blueprint_populate")